In this repository you will find automated steps to test https://www.demoblaze.com/.
- The technologies used are Cypress 9.7, Cucumber and allure reporting.
- Open the project with visual studio code, make sure you have node installed and then and install dependencies.
- Then run npx cypress open, to manage the execution of the 3 feature tests.
- Or run npm run allure to run the allure test reporter.
- After that you can run npm run allure:results to see the allure report visually.