Files
cypress/packages/server

packages/server

The ❤️ of Cypress application. Controls every part of the test running process.

Install

Root install is preferred (see CONTRIBUTING.md), but if you must

  • npm install
  • npm run build

Testing

  • npm run test-unit executes unit tests (see test/unit folder)
  • npm run test-integration executes integration tests
  • npm run test-e2e executes the large (slow) end to end tests