8.0.1 • Published 1 year ago

wdio-vitaqai-mocha-framework v8.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

vitaq logo

WDIO vitaqai-mocha Framework Adapter

A WebdriverIO plugin. Adapter for vitaqai-mocha testing framework.

Most recent merge with WebdriverIO was at v8.0.0

Supports WebdriverIO version 8 and earlier versions

Description

This is a slightly modified version of the standard WebdriverIO Mocha Framework Adapter, which calls a slightly modified version of the Mocha testing framework (vitaqai-mocha) to allow integration with the Vitaq AI testing platform.

Installation

This is one of a number of packages that are required to integrate WebdriverIO with Mocha and Vitaq and is installed as a dependency of the wdio-vitaqai-service package. See the installation instructions for that package.

If you just want to do an incremental upgrade of this package, then it can be done with npm:

npm install wdio-vitaqai-service@<version> --save-dev

or Yarn:

yarn add wdio-vitaqai-service@<version> --dev

where <version> should be substituted with the version you wish to install.

Configuration

There is no specific configuration required for this package.