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-devnpm install mocha-junit-reporter --save-devvia yarn:
yarn add cypress --devrun:
test run in headless
npn run testtest with report junit
npm run test:reportdelete report
npm run delete:report- End-to-End
- Backend
- Server (Mock)