Cypress

Overview

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

  • describe and it come from Mocha

  • expect comes from Chai

Install:

Run:

Add to package.json scripts:

Run from project root:

Last updated

Was this helpful?