fix(tests): specify Chromium project for Playwright E2E tests
This commit is contained in:
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user