Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 282 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 282 Bytes

Cypress-with-Mock-JsonServer

Como rodar o projeto

Instale a dependência do json-server

npm install -f json-server

Instale o cypress

npm install -g cypress

Inicie o server mock

json-server --watch .\db.json

Rode o cypress

npx cypress open