-
Notifications
You must be signed in to change notification settings - Fork 675
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
Need for proxy ignore/bypass feature #1791
Comments
Hi @wengxuan, Thanks for your proposal. We'll consider it when planning our future releases. Those of you who are interested in this feature, feel free to vote for it and leave your comments. |
We also have to use a corporate proxy to access some ressources but our backend is only accessible directly without proxy. It would be ideal if Testcafe would respect the NO_PROXY environment variable or had an equivalent option. |
Thanks for your feedback. I guess we'll consider it on the next release planning soon |
Great, otherwise I cannot develop in company network |
Also looking forward to this, can not access local resources without |
closed in #2187 |
Done in #2209 |
I tested the proxy bypass feature with version |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
Are you requesting a feature or reporting a bug?
feature
What is the current behavior?
For individual devoloper at home, it's enough to have basic proxy settings as document discribe. We can set proxy host, port and also auth.
https://devexpress.github.io/testcafe/documentation/using-testcafe/command-line-interface.html#--proxy-host
What is the expected behavior?
However, when you work in a company, you have to visit the internet through company's intranet. There exist some limitations. Some sites only can visit from inside network, and others need to use proxy.
In IE
LAN Setting
, we can set proxy, port and address not use proxy. So can we add an issue ofproxy --ignore/bypass
?I saw Issue1206 had mentioned this feature, but for some reason not added.
Guys, if you have this needs, add your comments under this issue. Thank you.
Long live testcafe! xD
The text was updated successfully, but these errors were encountered: