cypressExamples
cypressExamples copied to clipboard
All Cypress examples in one repo
Navigate to a sub folder, npm install and start the server.
npm i
npm start
On a different tab, run Cypress:
npm run cypress:open
cypress-example-recipes is a bit different: for details refer to its own readme.