We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e1a82 commit 5cb6a94Copy full SHA for 5cb6a94
Gemfile
@@ -68,6 +68,7 @@ group :test do
68
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
69
gem "capybara"
70
gem "selenium-webdriver", "~> 4.11.0"
71
+ gem "webdrivers"
72
end
73
74
# AppDev Gems
Gemfile.lock
@@ -419,6 +419,10 @@ GEM
419
activemodel (>= 6.0.0)
420
bindex (>= 0.4.0)
421
railties (>= 6.0.0)
422
+ webdrivers (5.2.0)
423
+ nokogiri (~> 1.6)
424
+ rubyzip (>= 1.3.0)
425
+ selenium-webdriver (~> 4.0)
426
webmock (3.23.1)
427
addressable (>= 2.8.0)
428
crack (>= 0.3.2)
@@ -480,6 +484,7 @@ DEPENDENCIES
480
484
turbo-rails
481
485
tzinfo-data
482
486
web-console
487
+ webdrivers
483
488
webmock
489
490
RUBY VERSION
0 commit comments