Skip to content

nebulab/cypress-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7bf3fe6 · Sep 6, 2019

History

15 Commits
Sep 1, 2019
Aug 31, 2019
Aug 31, 2019
Aug 31, 2019
Aug 31, 2019
Aug 31, 2019
Aug 31, 2019
Aug 31, 2019
Sep 1, 2019
Aug 31, 2019
Aug 31, 2019
Aug 31, 2019
Aug 31, 2019
Sep 1, 2019
Aug 31, 2019
Sep 1, 2019
Sep 1, 2019
Sep 6, 2019
Aug 31, 2019
Aug 31, 2019
Sep 6, 2019
Aug 31, 2019
Aug 31, 2019

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

Releases

No releases published

Packages

No packages published