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 b3a49ae commit 8b79567Copy full SHA for 8b79567
.github/workflows/playwright.yml
@@ -41,9 +41,9 @@ jobs:
41
working-directory: frontend
42
- run: docker compose build
43
- run: docker compose down -v --remove-orphans
44
- - run: docker compose up -d
+ - run: docker compose up -d --wait
45
- name: Run Playwright tests
46
- run: npx playwright test
+ run: npx playwright test --fail-on-flaky-tests --trace=retain-on-failure
47
48
49
- uses: actions/upload-artifact@v4
0 commit comments