mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-03 19:55:22 -08:00
Configure jest-junit report fixture
This commit is contained in:
@@ -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