0.0.1 • Published 9 years ago

cypress-node v0.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

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

  1. npm install cypress-node
  2. cypress-node init

This will scaffold out a lib/cypress-node.js file which contains the initial configuration.

How this works