Uh oh!
There was an error while loading. Please reload this page.
feat: support multiple HTTP credentials - #41979
Conversation
The httpCredentials option now also accepts an array of credentials. The first entry matching the request origin is used, entries without an origin match any request. Fixes: microsoft#22013
Test results for "tests 1"3 flaky50660 passed, 1190 skipped Merge workflow run. |
Test results for "MCP"1 failed 7794 passed, 1266 skipped Merge workflow run. |
Hi, I'm the Playwright bot and I took a first look at the CI failures. 🟢 CI is clear — the one failure is a pre-existing flake
DetailsThis PR adds array support to
Pre-existing flake / infra
Triaged by the Playwright bot - agent run |
9cafa74
into
microsoft:mainUh oh!
There was an error while loading. Please reload this page.
Summary
httpCredentialsoption now also accepts an array of credentials, inbrowser.newContext(),request.newContext()and other places.Fixes#22013