Skip to content

Basic setup for the bank registration test using TS + WDIO + Mocha + Allure

Notifications You must be signed in to change notification settings

KroganUrdnot/wdio9_mocha

Repository files navigation

Overview

This is a WedriverI0 + Mocha based setup utilising the POM (Page Object) method for different pages from application under test. The BrowserUtils namespace combines the actions to interact with Page Objects AKA facade design patter.

Project Structure

  • /test/specs: Contains the test spec file
  • /src/: Contains the page objects
  • wdio.conf.ts: Test runner config

Prerequisites

  • Node installation
  • Java installation for generating report

Setup

  1. Clone the Repository

    git clone https://github.com/KroganUrdnot/wdio9_mocha.git
    npm run wdio
    npm run report

About

Basic setup for the bank registration test using TS + WDIO + Mocha + Allure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published