Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeljkofilipin/watir-parallel


https://github.com/zeljkofilipin/watir-parallel

ruby selenium watir

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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`.