Skip to content

✏️🏢 Cypress course for Compasso UOL company

Notifications You must be signed in to change notification settings

EDusik/cypress-course

Repository files navigation

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