- Clone repo & install dependencies 'npm install'
- Run tests using 'npx cypress run --env allure=true'
- Generate Allure report 'allure generate allure-results --clean -o allure-report'
- Do not use any other cypress version except 12.14.0 otherwise you will not able to generate allure report