Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 519 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 519 Bytes

Web-Testing

How to run

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