chore: update Playwright tests and remove examples
Some checks failed
Playwright Tests / test (pull_request) Failing after 1m36s
Some checks failed
Playwright Tests / test (pull_request) Failing after 1m36s
This commit is contained in:
parent
b30a40fe07
commit
6c1ec524ec
6 changed files with 44 additions and 467 deletions
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue