Skip to content

Commit

Permalink
tests: update JUnit test filenames
Browse files Browse the repository at this point in the history
JUnit tests must match pattern `./junit(_[^_]+)?(_\d+-\d+)?(_\d+)?\.xml$`
to be found by ci-search.
  • Loading branch information
spadgett committed Aug 13, 2020
1 parent deedd36 commit b6ce43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/integration-tests/protractor.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const htmlReporter = new HtmlScreenshotReporter({
});
const junitReporter = new JUnitXmlReporter({
savePath: `./${screenshotsDir}`,
filePrefix: 'junit_protractor',
consolidateAll: true,
});
const browserLogs = [];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"reporterEnabled": "spec, mocha-junit-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "../../gui_test_screenshots/junit-cypress-[hash].xml",
"mochaFile": "../../gui_test_screenshots/junit_cypress-[hash].xml",
"toConsole": false
}
}

0 comments on commit b6ce43d

Please sign in to comment.