playwright/tests/config
Ross Wollman fde427d890
feat(proxy): unify local network proxy behavior (#10719)
When configuring a proxy, Chromium requires a magic tokens to get some
local network requests to go through the proxy. This has tripped up a
few users, so we make the behavior default to the expected: proxy
everything including the local requests. This matches the other vendors
as well.

NB: This can be disabled via
`PLAYWRIGHT_DISABLE_FORCED_CHROMIUM_PROXIED_LOOPBACK=1`

Supercedes: #8345
Fixes: #10631
2021-12-10 14:01:56 -08:00
..
android.config.ts test: migrate to upstream fixtures (#9835) 2021-10-28 08:31:30 -07:00
baseTest.ts feat(test runner): replace declare/define with "options" (#10293) 2021-11-18 15:45:52 -08:00
browserTest.ts test: migrate to upstream fixtures (#9835) 2021-10-28 08:31:30 -07:00
checkCoverage.js feat(download): introduce Download.cancel (#7462) 2021-07-06 09:38:50 +02:00
commonFixtures.ts test: do not print output from child processes in skipped tests (#10422) 2021-11-18 14:35:51 -08:00
coverage.js chore: sort out base fixtures (#9809) 2021-10-27 08:28:53 -07:00
coverageFixtures.ts feat(test runner): replace declare/define with "options" (#10293) 2021-11-18 15:45:52 -08:00
default.config.ts feat(test runner): replace declare/define with "options" (#10293) 2021-11-18 15:45:52 -08:00
electron.config.ts test: migrate to upstream fixtures (#9835) 2021-10-28 08:31:30 -07:00
platformFixtures.ts feat(test runner): replace declare/define with "options" (#10293) 2021-11-18 15:45:52 -08:00
proxy.ts feat(proxy): unify local network proxy behavior (#10719) 2021-12-10 14:01:56 -08:00
remote-server-impl.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
remoteServer.ts test: remove browserOptions (#9829) 2021-10-27 19:00:06 -07:00
serverFixtures.ts feat(test runner): replace declare/define with "options" (#10293) 2021-11-18 15:45:52 -08:00
testMode.ts chore: sort out base fixtures (#9809) 2021-10-27 08:28:53 -07:00
testModeFixtures.ts feat(test runner): replace declare/define with "options" (#10293) 2021-11-18 15:45:52 -08:00
utils.ts feat(tracing): pack sources to trace on the driver side (#10815) 2021-12-09 17:21:17 -08:00