cypress-node
v0.0.1
Published
Node Adapter for Cypress.io
Downloads
33
Readme
Cypress-Node
This is the Node.js
adapter for https://github.com/cypress-io/cypress.
What this does
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
Installation
npm install cypress-node
cypress-node init
This will scaffold out a lib/cypress-node.js
file which contains the initial configuration.