Skip to content

Commit 9907fcf

Browse files
committed
add replay fixture env variable to workflow
1 parent d46544a commit 9907fcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/playwright.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ jobs:
1818
run: npx playwright test
1919
env:
2020
BASE_URL: ${{ github.event.deployment_status.target_url }}
21-
REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}
21+
REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}
22+
REPLAY_PLAYWRIGHT_FIXTURE: 1

0 commit comments

Comments
 (0)