Example Cypress project to be used on lunch and learn.
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.
To generate a HTML report after you run the test. Run npm run generate:html:report