Update playwright (#535)

This commit is contained in:
zuomeng wang
2022-11-25 12:25:48 +00:00
committed by GitHub
parent eaea6472e0
commit eacbdf9bb5
3 changed files with 9 additions and 16 deletions

View File

@@ -34,11 +34,4 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: pnpm dlx playwright test
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
run: pnpm run test:e2e