Skip to content

nebulab/cypress-store

Repository files navigation

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