Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 393 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 393 Bytes

cypress-demo-todo

Example Cypress project to be used on lunch and learn.

Running tests

Install dependencies by running npm i

Run npm test to run tests headlessly or npx cypress open to open the Cypress Visual Test Runner on the root directory of this project.

Generate mochawesome report

To generate a HTML report after you run the test. Run npm run generate:html:report