end-to-end
✨ End-to-end testing workshop with Cypress
🚧 Cypress 🚀 UNDER CONSTRUCTION... 🚧
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
- End-to-End
- Backend
- Server (Mock)