Update playwright.yaml

This commit is contained in:
2026-05-07 10:03:31 +02:00
parent 6b6a9d66e5
commit e6380bc050
+3 -9
View File
@@ -1,16 +1,10 @@
name: Playwright Tests
on: [push, pull_request]
jobs:
test:
runs-on: playwright # Runner musí mít tento label
runs-on: playwright # Tento label v Runneru zajistí obraz mcr.microsoft.com/playwright
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
# npx playwright install už není potřeba, prohlížeče v tom obrazu jsou!
- name: Run Playwright tests
run: npx playwright test --project=chromium --project=firefox
run: npx playwright test --project=chromium