Skip to content

Commit 745cdfd

Browse files
committed
fix playwright test
1 parent 7b65993 commit 745cdfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Replay Chromium
3232
run: pnpx replayio install
3333
- name: Run Playwright tests
34-
run: pnpx playwright test --project replay-chromium
34+
run: pnpm test
3535
env:
3636
BASE_URL: ${{ needs.wait-for-vercel.outputs.preview_url }}
3737
REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prettier:ci": "prettier . --check",
1313
"start": "next start",
1414
"sync": "npx next-video sync -d ./src/videos",
15-
"test": "playwright test"
15+
"test": "playwright test --project replay-chromium"
1616
},
1717
"browserslist": "defaults, not ie <= 11",
1818
"dependencies": {

0 commit comments

Comments
 (0)