Skip to content

simonireilly/cypress-testing

Repository files navigation

Cypress Testing

This is a simple rails application being used to explore the cypress testing framework.

To get started run.

npm i

rails db:migrate

rails s

Start cyrpess following the directions in their docs

Use the gui to run tests.