Skip to content

Implementation of 20 test cases using WebdriverIO

Notifications You must be signed in to change notification settings

KaHDaPaIII/telnyx-webdriverio

Repository files navigation

telnyx-webdriverio

About the project

Implementation of 20 test cases using WebdriverIO.
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

Optional

  • Docker

Installation

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

Usage

  • Run tests:
npm run wdio
  • Generate and open allure report:
npm run allure:generate

Run tests in Docker

  • Build image:
docker build -t mytest -f Dockerfile .
  • Run container:
docker run -it mytest

About

Implementation of 20 test cases using WebdriverIO

Topics

Resources

Stars

Watchers

Forks