This is the Node.js adapter for https://github.com/cypress-io/cypress.
This package enables you to talk directly to your node server while running tests.
You can use this to do common tasks like:
- seeding the database
- querying the database
- checking server properties
- counting number of emails sent
1. npm install cypress-node
2. cypress-node init
This will scaffold out a lib/cypress-node.js file which contains the initial configuration.