adriastephanie / cypress-test

testes funcionais (e2e) com cypress, teste de API e teste com mock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress Test

Build status

end-to-end

Test project using cypress

End-to-end testing workshop with Cypress

Project status

🚧 Cypress 🚀 UNDER CONSTRUCTION... 🚧

🛠 Tech

Installation

Install Cypress via npm: cypress to install de

npm install cypress --save-dev
npm install mocha-junit-reporter --save-dev

via yarn:

yarn add cypress --dev

run:

test run in headless

npn run test

test with report junit

npm run test:report

delete report

npm run delete:report

Features

  • End-to-End
  • Backend
  • Server (Mock)

License

MIT

About

testes funcionais (e2e) com cypress, teste de API e teste com mock

License:MIT License


Languages

Language:JavaScript 100.0%