Patch #37558
closed
Added by Takashi Kato over 2 years ago.
Updated about 1 year ago.
Description
Upgrade webdrivers, etc. To enable system tests can be run on ruby3 or later.
In addition, we do not load the driver for localhost when we set `SELENIUM_REMOTE_URL` to support a host without a browser (Docker environment, etc.).
Files
Currently, the version of Webdrivers gem is fixed at 4.6.1 (see r21257). This is probably for compatibility with Ruby 2.5. Webdrivers 2.6.1 is the last version that supports Ruby 2.5.
However, Redmine no longer supports Ruby 2.5 after r21610, so now we can use the latest version of Webdrivers gem.
- Target version set to Candidate for next major release
- Target version changed from Candidate for next major release to 5.1.0
Setting the target version to 5.1.0.
I encountered webdriver issue on my M1 Mac environment recently. (At least, there was no problem at 2022-10-10(Mon).)
% bundle exec rails test:system
rails aborted!
Webdrivers::NetworkError: Net::HTTPServerException: 404 "Not Found" with https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_mac64_m1.zip
From the following Japanese article, updating webdrivers >= 5.2.0 seems to be necessary,
so, I hope that this update will be merged before 5.1.0 for system test.
Applying this patch on Ruby 3.1, I receive the following error:
rake aborted!
LoadError: cannot load such file -- webdrivers/chromedriver
/builds/redmine-org/redmine/vendor/ruby/3.1.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in `require'
/builds/redmine-org/redmine/vendor/ruby/3.1.0/gems/zeitwerk-2.6.12/lib/zeitwerk/kernel.rb:38:in `require'
On Ruby 3.0, the system tests are running. Do you have any ideea?
This is my mistake.
I did not notice this because I was testing with SELENIUM_REMOTE_URL set at hand.
I fixed the part of application_system_test_case.rb that calls webdriver.
- Status changed from New to Closed
- Assignee set to Marius BĂLTEANU
Also available in: Atom
PDF