New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cypress-node

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-node

Node Adapter for Cypress.io

beta
latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

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.

How this works

FAQs

Package last updated on 01 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts