Skip to content

Commit

Permalink
fix playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphric committed Jun 18, 2024
1 parent 7b65993 commit 745cdfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Replay Chromium
run: pnpx replayio install
- name: Run Playwright tests
run: pnpx playwright test --project replay-chromium
run: pnpm test
env:
BASE_URL: ${{ needs.wait-for-vercel.outputs.preview_url }}
REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prettier:ci": "prettier . --check",
"start": "next start",
"sync": "npx next-video sync -d ./src/videos",
"test": "playwright test"
"test": "playwright test --project replay-chromium"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
Expand Down

0 comments on commit 745cdfd

Please sign in to comment.