fix(tests): specify Chromium project for Playwright E2E tests

This commit is contained in:
GitHub Actions
2026-01-12 20:13:09 +00:00
parent b1b7defaae
commit c909525bcf

View File

@@ -878,7 +878,7 @@ jobs:
- name: Run Playwright E2E tests
env:
PLAYWRIGHT_BASE_URL: http://localhost:8080
run: npx playwright test
run: npx playwright test --project=chromium
- name: Stop application container
if: always()