- Create a cypress.env.json file with
{
"userName": "insert",
"password": "insert"
}
- Choose base url in cypress.config.js e2e object
npm i
npx cypress run
npm run test:open
or
yarn test:open
{
"userName": "insert",
"password": "insert"
}
npm i
npx cypress run
npm run test:open
or
yarn test:open