sauce-archives / sauce_ruby

This is the Ruby client adapter for testing with Sauce Labs, a Selenium-based browser testing service (saucelabs.com).
Apache License 2.0
98 stars 115 forks source link

Cucumber should be usable without Capybara #328

Open DylanLacey opened 9 years ago

DylanLacey commented 9 years ago

ATM the Cucumber gem can't function without Capybara.

bootstraponline commented 9 years ago

:+1: It'd be nice if one day the sauce ruby gem didn't have any dependencies on 3rd party frameworks. There could be extra gems that add in additional support. sauce_ruby would be the 'core' and then there'd be sauce_ruby_capybara, sauce_ruby_cucumber, etc. instead of a big monolithic gem.