https://github.com/stex/cypress_demo
https://github.com/stex/cypress_demo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stex/cypress_demo
- Owner: stex
- Created: 2020-11-06T18:49:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T22:24:51.000Z (over 3 years ago)
- Last Synced: 2025-01-15T11:30:41.252Z (over 1 year ago)
- Language: Ruby
- Size: 108 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Cypress on Rails Demo
This repo contains a demo application with examples on how to use
the [`cypress-on-rails`](https://github.com/shakacode/cypress-on-rails) gem,
locally and with a custom docker image in CI.
A corresponding presentation can be found in the `pitch` folder
## Commands
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