Im trying to run my tests with
rake spec
Im using rspec,capybara with selenium as webdriver. The problem is when ever I try to run the specs It starts up the testing environment in a different port every time. I don't want this to happen as it messes up my Facebook login.
How would I make the environment start in the same port every time.
pls help!
相关问题
- Question marks after images and js/css files in ra
- Using :remote => true with hover event
- Selecting an item from a combo box selenium driver
- Eager-loading association count with Arel (Rails 3
- Selenium in Java is not finding element when using
Look in config/initializers/webservice.rb and try setting the config.port value to something...I'm not entirely sure this will actually do what you want but it's worth looking into.