Udemy Course - Academind
Learn how to use Cypress to design, build and run powerful and realistic end-to-end (E2E) tests with ease.
# go to project folder
npm install
npm run dev
npx cypress run (run in headless mode)
npx cypress open
to get auto cypress auto completion add to top of test file:
/// <reference types="Cypress" />