To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorCucumber-websteps
Cucumber web steps 
Description
Capybara powered common cucumber web steps for any web application (blackjack and hookers included).
Because!
- Here collected all "web steps" you need and even more(-=INCLUDED STEPS DOCUMENTATION LINK=-)
- Support your favorite testing framework (test/unit, minitest, rspec-1, rspec-2) Note: not yet tested with rspec-1, coming soon
- work with both :rack_test and :selenium drivers
- all in one place, DRY.
- launchy included :)
- blackjack and hookers ;)
Install
install gem
run in console:
[sudo] gem install cucumber-websteps
or add to Gemfile:
gem 'cucumber-websteps'
setup in application
if you are using rails, then you already have (and know about) following files:
features/support/paths.rb
features/support/selectors.rb
they should be as they is, if you do not have these files or don't know what they are then just add them with this content
and replace (or add) features/step_definitions/web_steps.rb with this content
- run your features!
TODO: add footer
Topics
Last published almost 7 years ago by kucaahbe.