Cypress PoC - E2E test with IoT Dashboard Setup Clone the repo & Install dependencies: npm install --force Run the front-end web "IoT Dashboard": npm start Open the site at http://localhost:4200/ Execute Tests Run all tests under e2e folder: npm run cy:run Generate the Allure report: npm run allure:report Feature Keywords Implemented the tests in the Page Object Model design pattern Installed Prettier and ESLint to help solve common errors and consistency your code base Integrated to Allure Report Accessibility Test with Cypress AXE Cypress Visual Regression. Highlighted the different GUI compared between the Base & Actual images CI/CD with GitHub Actions