Sha256: bbbbe3f946bcfc883937aa1435edaf1f38fffcb6a39943e133cd959aeb9b23a9
Contents?: true
Size: 850 Bytes
Versions: 3
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.9.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby_raider-0.9.2 | lib/generators/templates/common/gemfile.tt |
ruby_raider-0.9.1 | lib/generators/templates/common/gemfile.tt |
ruby_raider-0.9.0 | lib/generators/templates/common/gemfile.tt |