- fix: autoload capybara and cuprite.
- Feature: add
driver_options
toinitial_setup
-
🚨 BREAKING CHANGE - Renamed
:cuprite
driver to:evil_cuprite
to avoid naming collision in Rails 7. #7 -
Added
wait_for_network_idle!
-
Added
:skip_task
to avoid rake tasks all together. https://github.com/evil_systems/pull/8 -
Updated test suite to Rails 7
- Disable animations by default @julianrubisch https://github.com/ParamagicDev/evil_systems/commit/cf72d1189c8bd8b72f130909f209f543a52aaf50
- Add Slowmo option
- Fix readme issue
- Remove mark_all_banners_as_read
- Remove selenium-webdriver
- Allow the Cuprite driver to be configured with ENV variables for headless mode and process_timeouts.
- Increase process_timeout default to 5
- Add GH actions testing with a remote chrome instance
- Minor API cleanup
Initial release!