Commit 0e8e9810 authored by mfluharty's avatar mfluharty

Use addFileAttribute in jest-junit config

When running the jest job in a CI environment,
this puts the file name of the *spec.js file for each test case
into the properties for its <testcase> in the junit_jest.xml artifact
parent 803d87fe
......@@ -13,6 +13,7 @@ module.exports = path => {
'jest-junit',
{
outputName: './junit_jest.xml',
addFileAttribute: 'true',
},
]);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment