rails new . -T --skip-action-mailbox --skip-active-storage --skip-spring --skip-listen
bundle binstubs rspec-core
- https://github.com/rubycdp/cuprite
- https://evilmartians.com/chronicles/system-of-a-test-setting-up-end-to-end-rails-testing
INSPECTOR=true bin/rspec # cuprite
annotate --models
bin/rails g rspec:feature home
- https://stackoverflow.com/questions/38209186/rails-5-rspec-environment-data-not-found-in-the-schema
- https://relishapp.com/rspec/rspec-rails/docs/generators
Selenium::WebDriver::Error::WebDriverError:
Unable to find chromedriver. Please download the server from
https://chromedriver.storage.googleapis.com/index.html and place it somewhere on your PATH.
More info at https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver