Skip to content

Commit

Permalink
Configure jest-junit report fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Dorner committed Nov 12, 2020
1 parent 9f73ade commit 7bda3b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reports/jest/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion reports/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"suiteName": "jest tests",
"outputDirectory": "../../__tests__/fixtures",
"outputName": "jest-junit.xml",
"uniqueOutputName": "false"
"ancestorSeparator": "",
"uniqueOutputName": "false",
"suiteNameTemplate": "{filepath}",
"classNameTemplate": "{classname}",
"titleTemplate": "{title}"
}
}

0 comments on commit 7bda3b9

Please sign in to comment.