test
Playwright Tests / test (push) Successful in 1m27s

This commit is contained in:
2026-05-05 23:12:27 +02:00
parent 3a09c8a270
commit 802a0fee46
+1 -1
View File
@@ -11,6 +11,6 @@ jobs:
- name: Install dependencies
run: npm install
- name: Install Playwright Browsers
run: npx playwright install
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test --project=chromium --project=firefox