Skip to content

Conversation

mdmintz
Copy link
Member

@mdmintz mdmintz commented Oct 17, 2018

  • Allow users to run tests on a proxy server that requires authentication (Chrome required)
  • Fix logging

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

@mdmintz mdmintz merged commit 37cc758 into master Oct 17, 2018
@mdmintz mdmintz deleted the proxy-with-auth branch October 17, 2018 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant