Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeljkofilipin/watir-parallel
https://github.com/zeljkofilipin/watir-parallel
ruby selenium watir
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeljkofilipin/watir-parallel
- Owner: zeljkofilipin
- License: mit
- Created: 2012-06-09T16:57:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T16:42:34.000Z (over 4 years ago)
- Last Synced: 2023-03-11T00:34:29.746Z (over 1 year ago)
- Topics: ruby, selenium, watir
- Language: Ruby
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parallel-watir
Running Watir tests in parallel.
Install required gems with:
gem install bundler
bundleAt `./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`.