Files
svgedit/cypress.json
Brett Zamir 97f64d2189 - Refactoring: Move build-html to build directory
- Optimization: Remove old build/tools closure/yuicompressor code
- Testing: Produce mochawesome report
- Testing: Cypress with multiple reporters (was expecting we'd need, but doesn't hurt to add for now)
- Docs: Add testing badge
- Docs: Reprioritize `docs` in commit lists (prioritize user-facing)
- npm: Update `package-lock.json` (seems to have fixed so Cypress shows incremental results)
2020-01-06 13:42:52 +08:00

8 lines
157 B
JSON

{
"baseUrl": "http://localhost:8000",
"reporter": "cypress-multi-reporters",
"reporterOptions": {
"configFile": "mocha-multi-reporters.json"
}
}