Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 399 Bytes

File metadata and controls

22 lines (14 loc) · 399 Bytes

Prerequisites

In order of this to work, you must install cypress within your framework.

Installation

Navigate to [Cypress on NPM] (https://www.npmjs.com/package/cypress/) to install the latest version of Cypress.

Or paste this command into the CLI of your framework:

npm install --save-dev cypress

Usage

To initiate the cypress runner:

npx cypress open