mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Configure jest-junit report fixture
This commit is contained in:
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}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user