Sha256: cf374d3f75be07cfe6e4865f41c14cc871dffb785b74b18dd82939c3984c1442
Contents?: true
Size: 783 Bytes
Versions: 4
Compression:
Stored size: 783 Bytes
Contents
source 'https://rubygems.org' gem 'activesupport' <% if framework == 'cucumber' -%> gem 'allure-cucumber' <% else -%> gem 'allure-rspec' gem 'allure-ruby-commons' <% 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.7.0' <%= ERB.new(File.read(File.expand_path('./partials/automation_gems.tt', __dir__))).result(binding).strip! %> <% if %w[selenium watir].include? automation -%> gem 'webdrivers' <% end -%>
Version data entries
4 entries across 4 versions & 1 rubygems