We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991a340 commit 5ad26bcCopy full SHA for 5ad26bc
test/e2e/runner.js
@@ -63,6 +63,7 @@ if (args.indexOf('-c') < 0) {
63
function adaptArgv (argv) {
64
// take every remaining argument and treat it as a test file
65
// this allows to run `node test/e2e/runner.js test/e2e/basic.js`
66
+ argv.retries = 1
67
argv.test = argv['_'].slice(0)
68
69
if (argv.c === DEFAULT_CONFIG && argv.config === DEFAULT_CONFIG) {
0 commit comments