In order to run the automated test suite, please follow the steps described below:
- If this is the first time cloning the repository, execute the following commands in the project's terminal:
 npm install
- 
Run one of the commands below depending on which environment needs to be tested - 
To execute the testing using the Test Runner (does not generate reports) 
 npx cypress open --env envKey=devnpx cypress open --env envKey=uat
- 
To execute the testing headless (generates the reports) 
 npx cypress run --env envKey=devnpx cypress run --env envKey=uat
 
- 
- 
To generate the mochawesome complete report, first execute the tests headless and afterwards run the command: 
 npm run awesome-report