Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 459 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 459 Bytes

cypres-1o1

This is a model for adding cypress end to end testing to a react app.

The source tutorial can be found at: https://docs.cypress.io/examples/examples/tutorials#1-Project-setup

Useful commands:

  • npm run dev (starting the app)
  • npm run cypress (start the test project, it is mandatory that the main project is already running)
  • npm run cypress:all(command line summary of the project, it is mandatory that the main project is already running)