chore(proxy): drop legacy 'per-context' launch proxy handling - #42892
Conversation
'per-context' was a placeholder launch proxy required by an old Chromium workaround. Treat it as no launch proxy at launch time and remove the string checks in fetch and client certificates, which never matched the normalized 'http://per-context' value.
Test results for "tests 1"8 flaky52144 passed, 1241 skipped Merge workflow run. |
Test results for "MCP"5 failed 8700 passed, 1474 skipped Merge workflow run. |
🟢 No failures look caused by this PRHi, I'm the Playwright bot and I triaged the failing CI run. All 5 failures are MCP tests that DetailsThe diff is confined to launch/context proxy plumbing ( Pre-existing flake / infra
All five are on the Windows/macOS MCP bots, which is where the screencast timing tests are Triaged by the Playwright bot - agent run |
85b9473
into
microsoft:main
Summary
per-contextlaunch proxy was a placeholder for an old Chromium workaround (removed in chore: remove Chromium Windows proxy hacks #31724); treat it as no launch proxy at launch time.per-contextstring checks in fetch and client certificates, which never matched the normalizedhttp://per-contextvalue.