1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 17:55:10 +03:00

Adding an option to run all the tests without a retry statement

This commit is contained in:
John Hill 2019-04-23 13:18:34 -04:00 committed by GitHub
parent 864fef4f29
commit 9733fde560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@
"jshint": "grunt jshint:source --no-color",
"test:ci": "npm run test -- --single-run --reporter junit,dots --browsers=chromeHeadless",
"e2e": "./test/e2e/runner.js --config ./test/e2e/nightwatch.conf.js --suiteRetries=2",
"e2e-no-retry": "./test/e2e/runner.js --config ./test/e2e/nightwatch.conf.js",
"headless-e2e": "./test/e2e/runner.js --config ./test/e2e/nightwatch.conf.js --env headless --suiteRetries=2",
"unit": "karma start test/unit/karma.unit.js",
"lint": "eslint .",