Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 354 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 354 Bytes

Runs your cucumber features in parallel (depends on cukeforker) and manage the webdriver ports

  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