mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
11 lines
298 B
JSON
11 lines
298 B
JSON
{
|
|
"reporterEnabled": "spec, mocha-junit-reporter",
|
|
"mochaJunitReporterReporterOptions": {
|
|
"mochaFile": "cypress-reports/junit-[hash]-[suiteFilename].xml",
|
|
"includePending": true,
|
|
"useFullSuiteTitle": true,
|
|
"jenkinsMode": true,
|
|
"rootSuiteTitle": "Server Pro E2E tests"
|
|
}
|
|
}
|