chore: update Playwright tests and remove examples
Some checks failed
Playwright Tests / test (pull_request) Failing after 1m36s

This commit is contained in:
Jan K9f 2025-01-16 17:19:38 +01:00
parent b30a40fe07
commit 6c1ec524ec
Signed by: jank
GPG key ID: 50620ADD22CD330B
6 changed files with 44 additions and 467 deletions

View file

@ -19,7 +19,7 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
if: ${{ !cancelled() }}
with:
name: playwright-report