-
run 'cypress run' command from terminal to run all tests under integration folder
-
run 'cypress open' command from terminal to make open cypress test browser to be able to make tests run custom and respectively
-
Or instead terminal use commands that are saved as scripts in package.json :
"scripts": { "start": "cypress open", "test": "cypress run" } to make use easy