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: about 1 month 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: 2024-11-11T15:43:58.352Z (3 months ago)
- Topics: ruby, selenium, watir
- Language: Ruby
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- 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`.