Download the project to your local system
- Open the project in an IDE (Visual code or Webstorm )
- Open the terminal and Run "npm install" to install node to the project in the IDE
- After the project is installed
- Run "npx cypress open" and selected the chosen browser to run the script
- Ensure newman is installed in the CI environment
- Store the collection in a directory in CI
- Run this script in the directory "newman run collection_url"