Test Netbox and Zabbix integration E2E Testing for the GitHub repository: Netbox-Zabbix-Integration
- Cucumber
- Cypress
- POM
- CI/CD
- Clone the repository
git clone https://github.com/AdrianJPT/Cypress_E2E.git
cd Cypress_E2E
- Run Cypress
npx cypress run
- Genererate the Cucumber report
node cucumber-html-report.js
| OPTIONAL
if you want to run the test by Cypress graphic interface, run the following command:
npx cypress open