try playwrigth

This commit is contained in:
cupcakearmy 2022-07-19 12:03:08 +02:00
parent 0bad5f275f
commit c7088a8b43
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 10 additions and 10 deletions

View File

@ -24,13 +24,13 @@ jobs:
run: |
pnpm install
pnpm run ci:prepare
# - name: Install Playwright
# run: npx playwright install --with-deps
# - name: Run your tests
# run: npm test
# - name: Upload test results
# if: always()
# uses: actions/upload-artifact@v2
# with:
# name: playwright-report
# path: playwright-report
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run your tests
run: npm test
- name: Upload test results
if: always()
uses: actions/upload-artifact@v2
with:
name: playwright-report
path: playwright-report