mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Merge pull request #4441 from ansible/noretry
[WIP] Parameterize E2E Suite retries Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
3441d0cb46
@ -24,8 +24,7 @@
|
||||
"test": "karma start test/spec/karma.spec.js",
|
||||
"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",
|
||||
"e2e": "./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 .",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user