/my-cypress-boilerplate

Cypress boilerplate with no application code. Meant to be used with any accessible application for test using Cypress.

Primary LanguageJavaScript

my-cypress-boilerplate

Clone the repo and run the following command in your machine:

For create package.json file: npm init -y

For create cypress project: npm install cypress

For run cypress runner: npx cypress open