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