Skip to content

Cypress

Install

Using npm

npm install cypress --save-dev

Docker

Usage

Get started:

./node_modules/.bin/cypress open

Then start adding tests in ./

Issues

Logging

There's still no native support for Capture + Display all logs for everything that happens in Cypress There are work-around plugins though:

Use DEBUG env var