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 659cddc commit f683ac3Copy full SHA for f683ac3
tests/e2e/package.json
@@ -13,7 +13,7 @@
13
"redis:last": "docker run --name redis-last-version -p 7777:6379 -d redislabs/redismod",
14
"start:app": "cross-env SERVER_STATIC_CONTENT=true yarn start:api",
15
"test:chrome": "testcafe --concurrency 1 chrome tests/ -r html:./report/report.html,spec -e",
16
- "test:chrome:ci": "testcafe --concurrency 1 chromium:headless tests/ -r spec,json:results/e2e.results.json -e -q",
+ "test:chrome:ci": "testcafe --concurrency 1 chromium:headless tests/ -r spec,json:results/e2e.results.json -e -q attemptLimit=3,successThreshold=1",
17
"test": "yarn test:chrome",
18
"lint": "eslint . --ext .ts,.js,.tsx,.jsx"
19
},
0 commit comments