Generate yUML diagrams and other stuff from Gherkin Cucumber feature files
Sample output: http://kalapun.com/portfolio/tmp/gherkin/
You need ruby-yuml
, which is currently not published on ruby-gems, so to install it use specific_install
gem install specific_install
gem specific_install -l https://github.com/xslim/ruby-yuml.git
Add this line to your application's Gemfile:
gem 'gherkify', :git => "https://github.com/xslim/gherkify.git"
And then execute:
$ bundle
Or install it yourself as:
//$ gem install gherkify
gem specific_install -l https://github.com/xslim/gherkify.git
Usage: gherkify path_to_features -d output_directory
- 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