如何在Rails5上调试rspec?

时间:2016-07-04 07:59:31

标签: ruby-on-rails rspec

我正在寻找帮助调试这个组合:

Rails 5,rspec-rails,capybara,selenium-webdirver,firefox和Ubuntu 16.04。

当我尝试运行功能规范时,我看到了这个错误:

Selenium::WebDriver::Error::WebDriverError:
unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)

我用来重现此错误的回购列表如下:

https://github.com/danbikle/rbug

要重现此错误,请按以下步骤操作:

cd /tmp
git clone https://github.com/danbikle/rbug
cd rbug
bundle install
bin/bundle exec rspec spec/features/firefox_spec.rb

我欢迎有关如何调试此错误的任何线索。

-Dan

bikle101 at gmail

1 个答案:

答案 0 :(得分:1)

问题可能出在Selenium和Firefox的版本不兼容,

请参阅Selenium CHANGELOG