Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 660 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 660 Bytes

Cypress_E2E


Test Netbox and Zabbix integration E2E Testing for the GitHub repository: Netbox-Zabbix-Integration

  • Cucumber
  • Cypress
  • POM
  • CI/CD

Quick Start

  1. Clone the repository
git clone https://github.com/AdrianJPT/Cypress_E2E.git

cd Cypress_E2E
  1. Run Cypress
npx cypress run
  1. 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