Files
amazon-book-search/mocha-report-config.json
2025-01-20 23:58:11 +03:00

11 lines
309 B
JSON

{
"reporterEnabled": "spec, mocha-junit-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "./reports/test-results.xml",
"testsuitesTitle": "📦 Amazon Book Search Integration Test",
"suiteTitleSeparatedBy": ": ",
"properties": {
"environment": "development"
}
}
}