parallel_calabash icon indicating copy to clipboard operation
parallel_calabash copied to clipboard

Helps running calabash ios/android tests in parallel

Results 15 parallel_calabash issues
Sort by recently updated
recently updated
newest added

Could you explain the -r command a little and give an example for that? I am having an issue now where my output report formats are defined in my cucumber...

One option has been introduced for the count of simulators to be created which can be applied from command line or config file. WARNING: Contains monkey patches for run_loop, might...

would be good to check for ANDROID_HOME and failing accordingly instead of expecting platform-tools `adb` to be on the path https://github.com/rajdeepv/parallel_calabash/blob/master/lib/parallel_calabash/adb_helper.rb#L15

Hi Srs, Is posssible run tests with parallel on specific devices connecteds on machine. For example, i'm have 4 devices to one project A: Device 1 - Android 4.1.1 Device...

Is it possible to distribute the test run between phone and tablet? For example: 3 phone and 3 tablet are connected to the same machine and i want my tests...