Skip to content

llatinov/cypress-testing-framework

Repository files navigation

cypress-testing-framework

This project is intended to give more features and make testing with Cypress even better:

Commands

  • 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