Implementation of 15 test cases using Cypress with Cucumber.
Site used for testing: https://telnyx.com/
Test cases are described here.
- Node.js
- Java 8 or above, Allure Report require Java 8 or higher
- Git
- Clone the repo using:
git clone https://github.com/KaHDaPaIII/telnyx-cypress-cucumber-testing
- Navigate to folder:
cd telnyx-cypress-cucumber-testing
- Install npm packages using:
npm install
- Open Cypress in the interactive GUI:
npm run cypress:open
- Run tests with Allure Report:
npm run cypress:run:allure
- Generate and open allure report:
npm run allure:generate