Azure Playwright Testing with changedetection docker? #2255
astanoszek
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Did anybody try to configure changedetection with Azure Microsoft Playwright Testing?
Registering there I get the PLAYWRIGHT_SERVICE_ACCESS_TOKEN and PLAYWRIGHT_SERVICE_URL=wss://westeurope.api.playwright.microsoft.com/api/authorize/connectSession
and also playwright.service.config.ts config file.
I should use them like that:
npx playwright test --config=playwright.service.config.ts --workers=20
Could you please give me a hint if it can be converted to wss:// url with login and password, similar to Bright Data's Extra Browser url?
Beta Was this translation helpful? Give feedback.
All reactions