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 ito open the testing page and choose the test to run:
npx cypress openand then choose your preferred browser and tests.
to run all tests and get the full report in the terminal:
npx cypress runand if you want to show the changes in the browser
npx cypress run --headed