Cypress

Overview

circle-info

What you'll learn

  • What Cypress is and how it helps with testing

  • Basic usage

Cypress is a JavaScript End to End Testing framework.

It builds on Mocha and Chai, which are baked into it.

Installation

Install:

Run:

Add to package.json scripts:

Run from project root:

Last updated