File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
APP_BUILD_TYPE="VSCode (Linux)" node ./.circleci/e2e-results.js
133
133
# curl -H "Content-type: application/json" --data @e2e.report.json -H "Authorization: Bearer $SLACK_TEST_REPORT_KEY" -X POST https://slack.com/api/chat.postMessage
134
134
- store_test_results :
135
- path : tests/e2e/results
135
+ path : tests/e2e/mochawesome-report
136
136
- store_artifacts :
137
137
path : tests/e2e/mochawesome-report
138
138
destination : tests/e2e/mochawesome-report
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const testRunResult = {
34
34
} ,
35
35
] ,
36
36
} ;
37
- const failed = result . stats . tests - result . stats . passes ;
37
+ const failed = result . stats . failures ;
38
38
if ( failed ) {
39
39
results . passed = false ;
40
40
testRunResult . color = '#cc0000' ;
You can’t perform that action at this time.
0 commit comments