https://github.com/dereke/cukeforker-webdriver
https://github.com/dereke/cukeforker-webdriver
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dereke/cukeforker-webdriver
- Owner: dereke
- Created: 2011-09-21T15:41:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-03-22T20:24:17.000Z (about 9 years ago)
- Last Synced: 2025-05-07T02:29:16.749Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Runs your cucumber features in parallel (depends on cukeforker) and manage the webdriver ports
```ruby
CukeForker::WebDriver::Runner.run(
['features/one.fature', 'features/two.feature', 'features/three.feature'],
:max => 2
)
```The port management code was taken from this sample https://gist.github.com/949241 provided by Jari Bakken