cypress-node

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i cypress-node

Weekly Downloads

6

Version

0.0.1

License

ISC

Last publish

Collaborators

  • brian-mann