Skip to content

Commit

Permalink
feat: add selenium and chromedriver.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGordon1 committed Jun 27, 2019
1 parent 46fe4db commit 02150cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ end

group :test do
gem 'capybara'
gem 'selenium-webdriver'
gem 'chromedriver-helper'
# gem 'database_cleaner'
# gem 'selenium-webdriver'
# gem 'factory_bot_rails'
# gem 'chromedriver-helper'
end

group :development do
Expand Down
14 changes: 14 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ GEM
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
archive-zip (0.12.0)
io-like (~> 0.3.0)
arel (9.0.0)
ast (2.4.0)
autoprefixer-rails (9.6.0)
Expand All @@ -61,6 +63,11 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
childprocess (1.0.1)
rake (< 13.0)
chromedriver-helper (2.1.1)
archive-zip (~> 0.10)
nokogiri (~> 1.8)
concurrent-ruby (1.1.5)
crass (1.0.4)
diff-lcs (1.3)
Expand All @@ -73,6 +80,7 @@ GEM
activesupport (>= 4.2.0)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
io-like (0.3.0)
jaro_winkler (1.5.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -163,6 +171,7 @@ GEM
rubocop (>= 0.71.0)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
rubyzip (1.2.3)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand All @@ -177,6 +186,9 @@ GEM
sassc (2.0.1)
ffi (~> 1.9)
rake
selenium-webdriver (3.142.3)
childprocess (>= 0.5, < 2.0)
rubyzip (~> 1.2, >= 1.2.2)
simple_form (4.1.0)
actionpack (>= 5.0)
activemodel (>= 5.0)
Expand Down Expand Up @@ -222,6 +234,7 @@ DEPENDENCIES
bootsnap (>= 1.1.0)
byebug
capybara
chromedriver-helper
font-awesome-sass (~> 5.6.1)
listen (>= 3.0.5, < 3.2)
pg (>= 0.18, < 2.0)
Expand All @@ -231,6 +244,7 @@ DEPENDENCIES
rubocop (~> 0.72.0)
rubocop-performance
sass-rails (~> 5.0)
selenium-webdriver
simple_form
spring
spring-watcher-listen (~> 2.0.0)
Expand Down

0 comments on commit 02150cf

Please sign in to comment.