We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c394a9e commit b6590c0Copy full SHA for b6590c0
.github/workflows/build_test_and_release.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- name: Install Playwright Browsers
63
if: github.ref != 'refs/heads/main' && steps.restore-playwright.outputs.cache-hit != 'true'
64
- run: npm exec playwright install --with-deps
+ run: npm playwright install --with-deps
65
66
- name: Save Playwright browsers cache
67
@@ -139,7 +139,7 @@ jobs:
139
- name: Run Playwright tests
140
env:
141
TESTS_JWT_AUTH_TOKEN: ${{ secrets.TESTS_JWT_AUTH_TOKEN }}
142
- run: npm run test:e2e -- --project=${{ matrix.browser }}
+ run: npx playwright test --project=${{ matrix.browser }}
143
144
- name: Upload test artifacts
145
if: always()
0 commit comments