Create a new file called cypress.env.json
with the next configuration
{
"URL": " url",
}
-
Download and install node
-
Install dependencies
npm i
-
Run cypress UI with npm
npm start
-
Run test suites from the terminal
npm run sanity
npm run report
npm run lint
npm run gherkin-lint