/cypress-workshops

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

Primary LanguageTypeScriptMIT LicenseMIT

Prerequisites

The only requirement for this project is to have Node.js version 12 installed on your machine. Refer to the .node-version file for the exact version.

TypeScript will be added as a local dependency to the project, so no need to install it.

Installation

yarn install

Run the app

yarn dev

Start Cypress

yarn cypress:open