Skip to content

Commit 3cea84b

Browse files
authored
Set PLAYWRIGHT_SERVICE_RUN_ID for GitHub
1 parent 9e413d2 commit 3cea84b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/playwright-testing/quickstart-automate-end-to-end-testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ Update the CI workflow definition to run your Playwright tests with the Playwrig
185185
# Access token and regional endpoint for Microsoft Playwright Testing
186186
PLAYWRIGHT_SERVICE_ACCESS_TOKEN: ${{ secrets.PLAYWRIGHT_SERVICE_ACCESS_TOKEN }}
187187
PLAYWRIGHT_SERVICE_URL: ${{ secrets.PLAYWRIGHT_SERVICE_URL }}
188+
PLAYWRIGHT_SERVICE_RUN_ID: ${{ github.run_id }}-${{ github.run_attempt }}-${{ github.sha }}
188189
run: npx playwright test -c playwright.service.config.ts --workers=20
189190
```
190191

0 commit comments

Comments
 (0)