Run the backend and front end or edit the baseUrl
in cypress.config
file to the production link.
Open the terminal in the project directory
npm install i
to open the testing page and choose the test to run:
npx cypress open
and then choose your preferred browser and tests.
to run all tests and get the full report in the terminal:
npx cypress run
and if you want to show the changes in the browser
npx cypress run --headed