Skip to content

Commit 8b79567

Browse files
committed
👷 Fail on flaky playwright tests
1 parent b3a49ae commit 8b79567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
working-directory: frontend
4242
- run: docker compose build
4343
- run: docker compose down -v --remove-orphans
44-
- run: docker compose up -d
44+
- run: docker compose up -d --wait
4545
- name: Run Playwright tests
46-
run: npx playwright test
46+
run: npx playwright test --fail-on-flaky-tests --trace=retain-on-failure
4747
working-directory: frontend
4848
- run: docker compose down -v --remove-orphans
4949
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)