Skip to content

KaHDaPaIII/telnyx-cypress-cucumber-testing

Repository files navigation

telnyx-cypress-cucumber-testing

About the project

Implementation of 15 test cases using Cypress with Cucumber.
Site used for testing: https://telnyx.com/
Test cases are described here.

Getting started

Prerequisites

  • Node.js
  • Java 8 or above, Allure Report require Java 8 or higher
  • Git

Installation

  1. Clone the repo using:
git clone https://github.com/KaHDaPaIII/telnyx-cypress-cucumber-testing
  1. Navigate to folder:
cd telnyx-cypress-cucumber-testing
  1. Install npm packages using:
npm install

Usage

  • 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

About

Implementation of 15 test cases using Cypress with Cucumber.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published