Skip to content

Commit

Permalink
dynamic version retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
paulthatjazz committed Aug 15, 2023
1 parent 89b98e4 commit 8e03315
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/application_system_test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@

class ApplicationSystemTestCase < ActionDispatch::SystemTestCase

Webdrivers::Chromedriver.required_version = `curl https://chromedriver.storage.googleapis.com/LATEST_RELEASE`

driven_by :selenium, using: ENV.fetch("SYSTEM_TEST_BROWSER", "headless_chrome").to_sym, screen_size: [1400, 1400]
end

0 comments on commit 8e03315

Please sign in to comment.