10.1.1 • Published 2 years ago

vitaqai-mocha v10.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vitaq logo

mocha logo

VitaqAI-Mocha

A fork of the Mocha test framework which works with Vitaq AI

Most recent merge with Mocha was at Mocha v10.1.0

Description

This is a fork of the Mocha testing environment which allows it to work with Vitaq AI testing platform through WebdriverIO

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 vitaqai-mocha@<version> --save-dev

or Yarn:

yarn add vitaqai-mocha@<version> --dev

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

Configuration

There is no specific configuration required for this package.

Mocha Homepage