Skip to content

Commit f6f0a7b

Browse files
committed
Add retry for flaky CI tests
1 parent 2621ef3 commit f6f0a7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
playwright install --with-deps
3232
3333
- name: Run tests
34-
run: pytest --env=qa --browser_name=chromium
34+
run: pytest --env=qa --browser_name=chromium --reruns 1 --reruns-delay 3
3535

3636
- name: Upload Allure results
3737
if: always()

0 commit comments

Comments
 (0)