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
- Ruby installed
- gem install bundler
- Git installed
- Tarantula service is available through http://some/link
-
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)
- 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