Skip to content

Commit

Permalink
#649 exit the process
Browse files Browse the repository at this point in the history
  • Loading branch information
canbax committed May 4, 2021
1 parent 061993d commit 823fcff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e-test-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ cypress.run({ headless: true, browser: 'chrome' })
if (result.totalFailed > 0) {
console.log('Failure(s) in tests! Will send an e-mail')
sendEmail(testResults);
} else {
process.exit(0);
}
})
.catch(err => {
Expand Down

0 comments on commit 823fcff

Please sign in to comment.