Optimize the proxy_helper for proxy with auth
Optimize the proxy_helper for proxy with auth
The proxy_helper is used to run tests on a proxy server that requires authentication.
To change the browser's proxy settings, use the following for a server with auth:
pytest --proxy=USERNAME:PASSWORD@IP_ADDRESS:PORT
If a proxy server has no auth, you can use:
pytest --proxy=IP_ADDRESS:PORT