Skip to content

Add ability to run tests through a proxy server that requires authentication.

Compare
Choose a tag to compare
@mdmintz mdmintz released this 17 Oct 22:43
· 7352 commits to master since this release
37cc758
  • Allow users to run tests through a proxy server that requires authentication (Chrome required)
  • Fix logging
  • Update requirements

Previously, users could run tests through a proxy server that doesn't require authentication (with Chrome or Firefox) by using:

pytest proxy_test.py --proxy=IP_ADDRESS:PORT

Now, users can run tests through a proxy server that does require authentication (with Chrome) by using:

pytest proxy_test.py --proxy=USERNAME:PASSWORD@IP_ADDRESS:PORT