Skip to content

Commit

Permalink
Update gems, and remove extra templates (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe authored Aug 10, 2024
1 parent 685cc73 commit 07c143d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
11 changes: 10 additions & 1 deletion lib/generators/templates/common/gemfile.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
source 'https://rubygems.org'

gem 'activesupport'
<% if mobile? %>
gem 'appium_lib'
gem 'appium_console'
<% end %>
<%- if cucumber? -%>
gem 'allure-cucumber'
<%- else -%>
Expand Down Expand Up @@ -30,4 +34,9 @@ gem 'rubocop'
gem 'rubocop-rspec'
<%- end -%>
gem 'ruby_raider', '~> 1.0.4'
<%= ERB.new(File.read(File.expand_path('./partials/automation_gems.tt', __dir__))).result(binding).strip! %>
<%- if selenium_based? %>
gem 'selenium-webdriver'
<%- end -%>
<%- if watir? -%>
gem 'watir'
<%- end -%>
10 changes: 0 additions & 10 deletions lib/generators/templates/common/partials/automation_gems.tt

This file was deleted.

1 change: 1 addition & 0 deletions lib/generators/templates/common/partials/web_config.tt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ browser_arguments:
- no-sandbox
- disable-dev-shm-usage
- ignore-certificate-errors
- search-engine-choice-country
:firefox:
- acceptInsecureCerts
- no-sandbox
2 changes: 1 addition & 1 deletion lib/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5

0 comments on commit 07c143d

Please sign in to comment.