This gem is a tool, which helps to automate WEB applications testing. It converts tarantula test cases to cucumber scenarios. It has some set of predefined sentences similar to frank tool but in WEB domain. It has WEB GUI.
Preconditions
mkdir test; cd test
create file Gemfile with following content:
gem 'rake'
gem 'cutara', :git => 'https://github.com/evgeniy-khatko/cutara.git'
create file Rakefile with following content: require 'cutara/tasks'
bundle install
bundle exec rake cutara:gui
navigate to http://localhost:8000
refer to videos (http://qamind.ru/?page_id=436&lang=en)
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)