I am currently using the guard-cucumber gem so it is running cucumber tests constantly in the background while I am developing in Ruby on Rails. Some of those tests are cucumber tests that open up a browser to run selenium tests. Is it possible to have these tests done closed but still with selenium?
rails 3.0.3
guard 1.0.2
guard-cucumber 0.7.5
Thanks!
I don’t think that is possible with the Selenium driver. From their README:
You should really try capybara-webkit (https://github.com/thoughtbot/capybara-webkit):
It’s all running in the terminal which is super awesome.