rajdeepv / parallel_calabash

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

adds the ability to run calabash tests on android handsets concurrently #2

Closed moshea closed 9 years ago

moshea commented 9 years ago

using a --concurrent flag, will run tests concurrently. eg, if there are 10 tests and 5 devices, all 10 tests will run on all 5 devices so 50 tests will run

rajdeepv commented 9 years ago

Looks good. Thanks. Any thoughts on removing final summary if its a concurrent run? It will display 50 scenario at the end. I don't mind it though

moshea commented 9 years ago

Hadnt thought too much about it, I'll have a look at the resulting output tomorrow when I'm back in the office and let you know!

Thanks for looking at it so quickly! Mark On 17 Feb 2015 18:19, "Rajdeep" notifications@github.com wrote:

Looks good. Thanks. Any thoughts on removing final summary if its a concurrent run? It will display 50 scenario at the end. I don't mind it though

— Reply to this email directly or view it on GitHub https://github.com/rajdeepv/parallel_calabash/pull/2#issuecomment-74720505 .

moshea commented 9 years ago

Think it will be good to leave in the repetitions at the end, eventually it would be great to display the scenario that failed, and the phone that it failed on. It will be more descriptive to anyone running more than two phones.