Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 887 Bytes

README.md

File metadata and controls

64 lines (41 loc) · 887 Bytes

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