EDusik / cypress-course

✏️🏒 Cypress course for Compasso UOL company

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

✏️🏒 Cypress course for Compasso UOL company


Languages

Language:JavaScript 95.5%Language:HTML 4.5%