May 29, 2014

Cucumber - HTTP request path is empty

Faced different errors while executing the Cucumber script.

I would like to share the same to all ... Hence posting the issues to all.


Error message I received while executing the Cucumber & ruby....

HTTP request path is empty.

Below is the proxy skipping script... which I got from a google mail response from MIKKO.

Thanks for the help...


=========================
env_no_proxy = (ENV['no_proxy'] || "").split(",")
env_no_proxy << "127.0.0.1"
ENV['no_proxy']=env_no_proxy.join(",")
=========================


No comments:

Post a Comment