This repo contains a demo application with examples on how to use
the cypress-on-rails
gem,
locally and with a custom docker image in CI.
A corresponding presentation can be found in the pitch
folder
Run Cypress Tests
RAILS_ENV=test bin/rails s
yarn --cwd cypress run cypress open
Run Capybara Tests
RAILS_ENV=test bin/rails test test/system