-
- Downloads
Switch from apparition to cuprite for tests
appration doesn't seem to having much love during the last two years, and there were two different issues with it making the tests process stuck (no output, setting headless to false didn't show chrome and a modal getting the process stuck). curprite seems to be the easier transition compared to selenium.
parent
a7fb7d56
Branches fix/enable_ci
No related tags found
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 88 additions, 86 deletionsGemfile.lock
- test/helpers/integration/javascript/ajax_pending.rb 1 addition, 1 deletiontest/helpers/integration/javascript/ajax_pending.rb
- test/integration_test.rb 5 additions, 2 deletionstest/integration_test.rb
- test/javascript_integration_test.rb 2 additions, 2 deletionstest/javascript_integration_test.rb
... | @@ -226,7 +226,7 @@ group :test, :ci do | ... | @@ -226,7 +226,7 @@ group :test, :ci do |
gem 'capybara', require: false | gem 'capybara', require: false | ||
# Capybara driver with javascript capabilities using chromes CDP | # Capybara driver with javascript capabilities using chromes CDP | ||
gem 'apparition', github: 'twalpole/apparition', ref: 'ca86be4d54af835d531dbcd2b86e7b2c77f85f34' | gem 'cuprite' | ||
# The castle_gates tests are based on sqlite | # The castle_gates tests are based on sqlite | ||
gem 'sqlite3' | gem 'sqlite3' | ||
... | ... |
Please register or sign in to comment