first test
Playwright Tests / test (push) Successful in 5m57s

This commit is contained in:
2026-05-02 22:34:21 +02:00
parent 47114f85f2
commit e67a4a1edf
801 changed files with 228099 additions and 15 deletions
+16
View File
@@ -0,0 +1,16 @@
name: Playwright Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest # Runner musí mít tento label
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
- name: Run Playwright tests
run: npx playwright test --project=chromium --project=firefox