We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b65993 commit 745cdfdCopy full SHA for 745cdfd
.github/workflows/playwright.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Install Replay Chromium
32
run: pnpx replayio install
33
- name: Run Playwright tests
34
- run: pnpx playwright test --project replay-chromium
+ run: pnpm test
35
env:
36
BASE_URL: ${{ needs.wait-for-vercel.outputs.preview_url }}
37
REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}
package.json
@@ -12,7 +12,7 @@
12
"prettier:ci": "prettier . --check",
13
"start": "next start",
14
"sync": "npx next-video sync -d ./src/videos",
15
- "test": "playwright test"
+ "test": "playwright test --project replay-chromium"
16
},
17
"browserslist": "defaults, not ie <= 11",
18
"dependencies": {
0 commit comments