Skip to content

Commit

Permalink
added --success to prevent ending of helper processes failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
step21 committed Mar 20, 2024
1 parent 4a877d0 commit 971bc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node server.js",
"test": "wdio wdio.conf.js",
"serve-and-test": "concurrently --kill-others \"npm start\" \"sleep 5 && npm test\"",
"serve-and-test": "concurrently --kill-others --success \"npm start\" \"sleep 5 && npm test\"",
"wdio": "wdio run ./wdio.conf.js"
},
"dependencies": {
Expand Down

0 comments on commit 971bc7f

Please sign in to comment.