Back
I need to download a CSV file from my app using Open:: URI and to do that I need to give it a fully qualified URI. So what's the best way to get the HOST and more importantly PORT in my cucumber script?
Note I am using Capybara and Selenium
You can set the port that will be used to spawn an application server
Capybara.server_port = 31337
Hope this helps!
31k questions
32.8k answers
501 comments
693 users