- 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)
8 lines
157 B
JSON
8 lines
157 B
JSON
{
|
|
"baseUrl": "http://localhost:8000",
|
|
"reporter": "cypress-multi-reporters",
|
|
"reporterOptions": {
|
|
"configFile": "mocha-multi-reporters.json"
|
|
}
|
|
}
|