Sha256: 30ee7ab568d6e6a7eb83443876d8c0ddeac8e317c54774edec93a7805e602af4
Contents?: true
Size: 850 Bytes
Versions: 2
Compression:
Stored size: 850 Bytes
Contents
source 'https://rubygems.org' gem 'activesupport' <% if framework == 'cucumber' -%> gem 'allure-cucumber' <% else -%> gem 'allure-rspec' gem 'allure-ruby-commons' <% end -%> <% if axe? -%> gem 'axe-core-rspec' gem 'axe-core-selenium' <% end -%> <% if visual_automation -%> gem 'eyes_selenium', '~> 4.6', '>= 4.6.1' gem 'eyes_universal', '~> 3.3', '>= 3.3.1' <% end -%> <% unless visual_automation -%> gem 'parallel_split_test' gem 'parallel_tests' <% end -%> gem 'rake' gem 'reek' gem '<%= framework %>' <% if framework == 'cucumber' -%> gem 'rspec' <% end -%> gem 'rubocop' <% if framework == 'rspec' -%> gem 'rubocop-rspec' <% end -%> gem 'ruby_raider', '~> 0.8.0' <%= ERB.new(File.read(File.expand_path('./partials/automation_gems.tt', __dir__))).result(binding).strip! %> <% if automation == 'sparkling_ios' -%> gem 'sparkling_watir' <% end -%>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby_raider-0.8.9 | lib/generators/templates/common/gemfile.tt |
ruby_raider-0.8.8 | lib/generators/templates/common/gemfile.tt |