- 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)
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"mochawesomeReporterOptions": {
|
|
"reportDir": "cypress/results",
|
|
"overwrite": false,
|
|
"html": false,
|
|
"json": true
|
|
},
|
|
"reporterEnabled": "spec, mochawesome"
|
|
}
|