Skip to content

Commit

Permalink
updating readme and bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepv committed Mar 1, 2015
1 parent 4d785ea commit abc0a28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ Example: parallel_calabash -a my.apk -o 'cucumber_opts_like_tags_profile_etc_her
-d, --distribution-tag tag divide features into groups as per occurrence of given tag
-o, --cucumber_opts '[OPTIONS]' execute with those cucumber options
--serialize-stdout Serialize stdout output, nothing will be written until everything is done
--group-by-scenarios Distribute equally as per scenarios. This uses cucumber dry run
--concurrent Run tests concurrently. Each test will run once on each device.

## REPROTING

use ENV['TEST_PROCESS_NUMBER'] environment variable in your ruby scripts to find out the process number. you can use this for reporting purpose OR process specific action.
Expand Down
2 changes: 1 addition & 1 deletion lib/parallel_calabash/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ParallelCalabash
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit abc0a28

Please sign in to comment.