Skip to content

Basic test suite to get you quickly up and running with web test automation

Notifications You must be signed in to change notification settings

spriteCloud/cucumber-watir-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cucumber watir test suite example

This basic test suite gets you up and running with cucumber web testing quickly

Installation

For linux machines:

  • Download the test suite

  • Make sure you have ruby 1.8 or later installed.

  • Make sure you have firefox and chrome installed

  • Install the bundler gem:

    $ gem install bundler

  • Install all of the required gems defined in the gemfile:

    $ bundle install

Usage

  • Run cucumber through bundler, e.g.:

    $ bundle exec cucumber -t @example01

About

Basic test suite to get you quickly up and running with web test automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published