Start project:
cd cypress-api
npx cypress open
Implemented:
Mocking API, Headless Authorization, API Calls, env variables, Reporting, Docker
Notes: cypress.env.json used to override cypress.config.json/env in case you want to use personal credentials etc. \
Another way to override cypress.config.json
cli> npx cypress open --env username=[email protected],password \
using script in package.js
npm run cy:open_dev \