calasmash
A hacky gem to compile a calabash ios target, set some settings bundle values then run cucumber tests
Installation
Add this line to your application's Gemfile:
gem 'calasmash'
And then execute:
$ bundle
Or install it yourself as:
$ gem install calasmash
Usage
Simply run the command below and pass valid options, workspace and scheme are required.
calasmash
Options
-t, --tags TAGS the cucumber tags to test against
-w, --workspace WORKSPACE the workspace to build
-s, --scheme SCHEME the scheme to build
-h, --help help
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request