Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 768 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 768 Bytes

Cypress For Ruby on Rails Developers

cypress for rails developers logo

CircleCI

This repository hosts the source code for my Cypress For Ruby on Rails Developers article.

Installation

Install Ruby dependencies:

$ bundle

Install Node dependencies:

$ yarn

Setup the database:

$ bundle exec rake db:setup

Run Cypress tests

Start the server in a test environment on port 5002:

$ bin/rails server -e test -p 5002

Start the Cypress test runner:

$ yarn cypress open --project ./spec