Skip to content

Commit 090f416

Browse files
Merge pull request #78 from RedisInsight/feature/e2e
e2e - add Quarantine mode to fix unstable tests
2 parents d57305b + f683ac3 commit 090f416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"redis:last": "docker run --name redis-last-version -p 7777:6379 -d redislabs/redismod",
1414
"start:app": "cross-env SERVER_STATIC_CONTENT=true yarn start:api",
1515
"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",
16+
"test:chrome:ci": "testcafe --concurrency 1 chromium:headless tests/ -r spec,json:results/e2e.results.json -e -q attemptLimit=3,successThreshold=1",
1717
"test": "yarn test:chrome",
1818
"lint": "eslint . --ext .ts,.js,.tsx,.jsx"
1919
},

0 commit comments

Comments
 (0)