Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 394 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 394 Bytes

Demo Project for Cypress E2E Testing Capabilities

Note that this project does not automatically run any build/test steps and is only for demo purposes.

Getting started

Get started by installing Node and running npm install.

Run Tests

Run tests locally via npx cypress open and follow the prompts.

Misc

It's recommended to run npx eslint cypress/** --fix before committing.