mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-18 10:22:50 -05:00
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 installnpm run build
Testing
npm run test-unitexecutes unit tests (seetest/unitfolder)npm run test-integrationexecutes integration testsnpm run test-e2eexecutes the large (slow) end to end tests