This project is intended to give more features and make testing with Cypress even better:
- Testing with Cypress – lessons learned in a complete framework
- Testing with Cypress – Build a React application with Node.js backend
- Testing with Cypress – Basic API overview
- Testing with Cypress – Custom logging of errors and JUnit results
- Testing with Cypress – Code coverage with Istanbul
- Dockerize React application with a Docker multi-staged build
- yarn install - install the dependencies
- docker-compose up - run the whole sample application, frontend and backend
- docker run -p 9000:3000 llatinov/nodejs-rest-stub - run the sample application backend only
- yarn start - run the sample application frontend only
- yarn cypress:eslint - run ESLint on Cypress code
- yarn cypress:examples:open - open Test Runner for Cypress samples
- yarn cypress:examples:run - directly run Cypress samples
- yarn cypress:open - open Test Runner
- yarn cypress:run - run Cypress tests
- yarn cypress:retry - retry failed tests
- yarn cypress:report - generate reports