1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00
budibase/packages/builder/reporterConfig.json
Martin McKeaveney df0f922890 lint
2022-05-18 19:55:41 +01:00

10 lines
No EOL
197 B
JSON

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