Skip to content

Commit 24bcfdc

Browse files
committed
ci: add Playwright retries for flaky E2E tests
1 parent e783aac commit 24bcfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
cd frontend
323323
export API_BASE=http://localhost:10010
324324
export APP_BASE=http://localhost:3000
325-
npx playwright test tests/e2e/ --reporter=github --reporter=list --reporter=html
325+
npx playwright test tests/e2e/ --reporter=github --reporter=list --reporter=html --retries=2
326326
327327
- name: Upload Playwright report
328328
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)