1.1.42 • Published 3 years agoCLI
vitaqai-api
Licence
Apache-2.0
Version
1.1.42
Deps
12
Size
230 kB
Vulns
1
Weekly
0

WDIO VitaqAI API
A library that wraps the VitaqAI API for use with the WebdriverIO VitaqAI Service
Description
This is a wrapper for the VitaqAI API used by the WDIO VitaqAI service.
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-api@<version> --save-dev
or Yarn:
yarn add vitaqai-api@<version> --dev
where <version> should be substituted with the version you wish to install.
Configuration
There is no specific configuration required for this package.