1
0
Fork 0
mirror of synced 2024-06-14 00:14:39 +12:00
budibase/packages/builder/reporterConfig.json
Martin McKeaveney e288d225f8 lint
2022-05-18 19:55:41 +01:00

10 lines
197 B
JSON

{
"reporterEnabled": "mochawesome",
"mochawesomeReporterOptions": {
"reportDir": "cypress/reports/mocha",
"quiet": true,
"overwrite": false,
"html": true,
"json": true
}
}