← Back to microsoft/playwright
microsoft / playwright · Issue No. 42753
Currently, the only way to use a proxy is through test options in proxy. This works fine for most cases, but there is sometimes a need for a more granular approach to control request distribution based on certain rules or controlled randomization of source to the target.
Example Scenarios -
Most of these capabilities could be achieved with the help of PAC files as well, similar to the description in an issue here.
It will make playwright better by allowing more specific tests to be performed depending on proxy. More flexibility in proxy allows developers to easily connect to resources required for testing.
Relay reads this issue against the repository's contribution signals: the files it is likely to touch, how the maintainers triage work this size, and what the first contribution would exercise.
The full analysis for this issue is still being assembled. Until then, the description above and the thread on GitHub are the most reliable context.