0

Looking for equivalent of the gem minitest-rails-capybara for watir-webdriver, or in other words having the tests automatically start and stop the rails server.

This is for the purposes of a continuous integration server, where I don't want to muck about with manually starting and stopping the rails server for only minitest:integration.

1 Answers1

2

There is watir-rails project and Ruby gem: https://github.com/watir/watir-rails

Željko Filipin
  • 56,372
  • 28
  • 94
  • 125