Skip to content

Ability to use Proxy servers that require auth #221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 17, 2018
Merged

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