parallel_calabash
parallel_calabash copied to clipboard
Helps running calabash ios/android tests in parallel
Hi There, Thanks for this awesome helpful gem. After setting up for Android, I am currently working on IOS. I have done the set up as mentioned here. It identifies...
I'm very excited to have found this project. I've noticed however that with the html results I am experiencing a few issues. With two devices and --group-by-scenarios I am only...
I'm getting below when i run **parallel_calabash -app my.app --ios_config ~/.parallel_calabash.iphoneos** /Users/***/.rvm/gems/ruby-2.3.0/gems/parallel_calabash-0.2.7.pre/lib/parallel_calabash.rb:39:in `number_of_processes_to_start': (RuntimeError) **** NO DEVICE FOUND **** from /Users/***/.rvm/gems/ruby-2.3.0/gems/parallel_calabash-0.2.7.pre/lib/parallel_calabash.rb:49:in `run_tests_in_parallel' from /Users/***/.rvm/gems/ruby-2.3.0/gems/parallel_calabash-0.2.7.pre/bin/parallel_calabash:99:in `' from /Users/***/.rvm/gems/ruby-2.3.0/bin/parallel_calabash:23:in `load' from /Users/***/.rvm/gems/ruby-2.3.0/bin/parallel_calabash:23:in...
@rajdeepv when I try to configure and run this feature. I am getting error like this **Error Message** /Library/Ruby/Gems/2.0.0/gems/parallel_calabash-0.2.4/lib/parallel_calabash.rb:39:in `number_of_processes_to_start': (RuntimeError) **** NO DEVICE FOUND **** from /Library/Ruby/Gems/2.0.0/gems/parallel_calabash-0.2.4/lib/parallel_calabash.rb:49:in`run_tests_in_parallel' from /Library/Ruby/Gems/2.0.0/gems/parallel_calabash-0.2.4/bin/parallel_calabash:94:in...
Allows user to pass ``` bash --ensure-tag-for-devices="@some_device_tag:deviceIdA,deviceIdB" ``` - Ensures elements (features/scenarios/examples) tagged with the supplied tag are distributed to device IDs specified in the flag. - Will evenly split...
Allows user to pass ``` bash --ensure-tag-for-devices="@some_device_tag:deviceIdA,deviceIdB" ``` - Ensures elements (features/scenarios/examples) tagged with the supplied tag are distributed specifically to device IDs specified in the flag. - Will evenly...
I have run following command for rerun and I got rerun.txt file `parallel_calabash --apk -o '--tags @smoke --format pretty --format rerun --out features/support/rerun.txt' features/` Rerun.txt file output : `features/tests/golden_flow/smoke_android.feature:4:38:54:82:97:160:180` Then...
Could not find a device with a UDID or name matching 'PCal- (0.0)' (ArgumentError)     [parallel_calabash_error.zip](https://github.com/rajdeepv/parallel_calabash/files/209750/parallel_calabash_error.zip) Not able to execute test in parallel for iOS device. Followed...
iOS runner have predefined environment variable (i.e: AUTOTEST: '1', DEVICE_ENDPOINT:....) in runner.rb. What is the way user could send some other variable as parameter to set in environment of each...
The statement ENV['DEVICE_INFO'] works fine in command line. But how can I get the device details at run time in my Ruby step definition? Any tips on the usage will...