Skip to content

Releases: rajdeepv/parallel_calabash

Fixing the screenshot_path issue in case of simulators. Thanks @NikithaIyer

06 Oct 06:39
Compare
Choose a tag to compare

For Genymotion simulators, screenshot path was not working because of IP address as device identifier. This release fixes it.

Bug FIx

02 Oct 05:27
Compare
Choose a tag to compare

fixing a bug #15

Support for iOS

23 Sep 18:22
Compare
Choose a tag to compare

This version includes support for parallel execution of calabash-ios tests

Support for filtering device and cucmber rerun formatter

24 Jun 17:16
Compare
Choose a tag to compare

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

22 May 16:57
Compare
Choose a tag to compare

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

01 May 08:51
Compare
Choose a tag to compare

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

01 Mar 13:59
Compare
Choose a tag to compare
0.1.1

updating readme and bumping version

Added Functionality of concurrent runs

22 Feb 12:49
Compare
Choose a tag to compare
0.1.0

renaming distribution tag

Feature to get device information. Also added support for Windows

11 Jan 15:06
Compare
Choose a tag to compare