Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 302 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 302 Bytes

parallel-watir

Running Watir tests in parallel.

Install required gems with:

gem install bundler
bundle

At ./features/support/env.rb edit environment, username and api_key.

Run tests in parallel with rake.

Optionally, edit ./config/cucumber.yml or processes in Rakefile.