Releases: rajdeepv/parallel_calabash
Releases · rajdeepv/parallel_calabash
Fixing the screenshot_path issue in case of simulators. Thanks @NikithaIyer
Bug FIx
Support for iOS
This version includes support for parallel execution of calabash-ios tests
Support for filtering device and cucmber rerun formatter
User can select devices on which tests should run.
Also if there is a rerun file generated by cucumber, it should rerun scenario mentioned in it.
v0.1.3
Following Defects Fixed:
- if there are more devices than test cases, then groups are empty and pass to the command, this will make whole test suite run
- It is possible to features with empty elements. this happens when scenarios are filtered by the given tags. should check the elements are not nil
- If it is scenarios out line and it can have different examples with specific tag. So it should take only Examples line number to run those specific test cases
updates adb helper to cope with no space after word device
adb seems to have changed its output from
"emulator-5554 device " to
"emulator-5554 device"
note the space after the work device
change uses a regular expression to match the word device with or
without a space after it, but does not match the word devices
also takes into account that there is a space after the word device
for a physical device, such as
"192.168.56.101:5555 device product:vbox86p model:device1 device:vbox86p"
Support equal distribution of scenarios by using dry run formatter
0.1.1 updating readme and bumping version
Added Functionality of concurrent runs
0.1.0 renaming distribution tag
Feature to get device information. Also added support for Windows
v0.0.5 bumping up version to 0.0.5