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: | run: |
pnpm install pnpm install
pnpm run ci:prepare pnpm run ci:prepare
# - name: Install Playwright - name: Install Playwright
# run: npx playwright install --with-deps run: npx playwright install --with-deps
# - name: Run your tests - name: Run your tests
# run: npm test run: npm test
# - name: Upload test results - name: Upload test results
# if: always() if: always()
# uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
# with: with:
# name: playwright-report name: playwright-report
# path: playwright-report path: playwright-report