11 lines
309 B
JSON
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"
|
|
}
|
|
}
|
|
} |