Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.2 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.2 KB

About

Presentation about integration tests with Cypress given to the Compasso UOL company.

🚀 Technologies

The following tools were used in this project:

💻 Dependencies

Start React Project

npx create-react-app cypress-course

Install Cypress

npm install cypress
Finish Installing Cypress
Finish Installing Cypress

You can follow the step by step through this tutorial

Install Mirage

npm install --save-dev miragejs

We can find a Mirage JS tutorial here.

⚡ Commands

Run the project

npm start

Open http://localhost:3000/

Run Cypress
npx cypress open