We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46544a commit 9907fcfCopy full SHA for 9907fcf
.github/workflows/playwright.yml
@@ -18,4 +18,5 @@ jobs:
18
run: npx playwright test
19
env:
20
BASE_URL: ${{ github.event.deployment_status.target_url }}
21
- REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}
+ REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}
22
+ REPLAY_PLAYWRIGHT_FIXTURE: 1
0 commit comments