-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: PLAYWRIGHT_SERVICE_RUN_ID no longer supported? #144
Comments
Hi @cthlo runId:process.env.PLAYWRIGHT_SERVICE_RUN_ID You can then define PLAYWRIGHT_SERVICE_RUN_ID as environment variable. I will update the docs to add this line in playwright.service.config.ts file |
Thanks for the pointer, @vvs11. I didn't realize I could use Thanks! Per the documentations, Quickstart: Set up continuous end-to-end testing with Microsoft Playwright Testing Preview
Use Microsoft Playwright Testing Reporting with Playwright sharding (preview)
|
Describe the bug
Since
1.0.0-beta.4
, the test run ID can no longer be set withPLAYWRIGHT_SERVICE_RUN_ID
.To Reproduce
Steps to reproduce the behavior:
PLAYWRIGHT_SERVICE_RUN_ID=some-test-run-id
some-test-run-id
Expected behavior
PLAYWRIGHT_SERVICE_RUN_ID
controls run ID. If not, please update documentations:Screenshots
If applicable, add screenshots to help explain your problem.
Setup information (please complete the following information):
Additional context
Due to this? Azure/azure-sdk-for-js@497321f
Thanks!
The text was updated successfully, but these errors were encountered: