Tweaking test summary setup
This commit is contained in:
parent
49e56aebd7
commit
589b1aa9e0
@ -31,7 +31,7 @@ jobs:
|
|||||||
path: reports
|
path: reports
|
||||||
|
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: reports/junit.xml
|
path: reports/test-results
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build site
|
name: Build site
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
"testResultsProcessor": "jest-junit"
|
"testResultsProcessor": "jest-junit"
|
||||||
},
|
},
|
||||||
"jest-junit": {
|
"jest-junit": {
|
||||||
"output": "./reports/junit.xml",
|
"output": "./reports/test-results/jest/results.xml",
|
||||||
"suiteName": "Jest tests"
|
"suiteName": "Jest tests"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
Loading…
Reference in New Issue
Block a user