Skip to content

Commit

Permalink
chore: run tests sequentially to avoid driver and key conflicts (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
msuperina authored Jul 24, 2018
1 parent 41fa831 commit 7730ece
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 @@ -43,7 +43,7 @@
"start": "budo -l -o -p 3000 src/finput.js:dist/finput.js -- -s finput -t babelify",
"start:silent": "budo -p 3000 src/finput.js:dist/finput.js -- -s finput -t babelify",
"webdriver": "webdriver-manager",
"e2e": "jest --config ./test/jestConfig.json",
"e2e": "jest --runInBand --config ./test/jestConfig.json",
"test": "npm-run-all \"webdriver -- update\" --parallel -r \"webdriver -- start --quiet\" test:ci",
"test:ci": "run-p -r start:silent e2e",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
Expand Down

0 comments on commit 7730ece

Please sign in to comment.