cypress-example

A Cypress sandox to play arround.

Pre-requirements

It is required to have git, Node.js and npm installed to clone and run this project.

I used versions 2.42.0, 20.9.0, and 10.1.0. of git, Node.js and npm, respectively. I suggest you use the same or later LTS versions.

Installation

Run npm install (or npm i for the short version) to install the dev dependencies.

Tests

Run npm test (or npm t for the short version) to run the tests in headless mode.

Or, run npm run cy:open to open the Cypress App and run the tests in interactive mode..