rajdeepv / parallel_calabash

Helps running calabash ios/android tests in parallel
MIT License
40 stars 19 forks source link

adds the ability to process a cucumber rerun file #5

Closed moshea closed 9 years ago

moshea commented 9 years ago

Cucumber can be instructed to output a list of any failed tests in a run. It is then possible to run only those tests by specifying the file that was written by cucumber and passing it into the next test run. Cucumber already supports this ability natively, adding it as an option to parallel_calabash wrapper