10 lines
198 B
JSON
10 lines
198 B
JSON
|
{
|
||
|
"reporterEnabled": "mochawesome",
|
||
|
"mochawesomeReporterOptions": {
|
||
|
"reportDir": "cypress/reports/mocha",
|
||
|
"quiet": true,
|
||
|
"overwrite": false,
|
||
|
"html": false,
|
||
|
"json": true
|
||
|
}
|
||
|
}
|