mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Configure jest-junit report fixture
This commit is contained in:
parent
9f73adeaa4
commit
7bda3b9f6f
2 changed files with 6 additions and 2 deletions
2
reports/jest/package-lock.json
generated
2
reports/jest/package-lock.json
generated
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "node-jest",
|
||||
"name": "jest-fixture",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue