Skip to content

☕️ simple, flexible, fun javascript test framework for node.js & the browser

License

Notifications You must be signed in to change notification settings

RossVertizan/vitaq-mocha

 
 

Repository files navigation

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

About

☕️ simple, flexible, fun javascript test framework for node.js & the browser

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Other 0.9%