0.0.5 • Published 4 years ago

botium-logichook-perfectoreporting v0.0.5

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

Botium Logic Hook for Perfecto Reporting

NPM

Codeship Status for codeforequity-at/botium-logichook-perfectoreporting npm version license

This Botium extension attaches itself to the Botium Webdriver Connector and uses the Perfecto Reporting SDK to write Botium test information to the PERFECTO SMART REPORTING AND ANALYTICS Dashboard.

Did you read the Botium in a Nutshell articles ? Be warned, without prior knowledge of Botium you won't be able to properly use this library!

Using with Botium Core / Botium CLI / Botium Bindings

Install the extension:

> npm install botium-logichook-perfectoreporting

Register this extension in botium.json:

{
  "botium": {
    "Capabilities": {
      ...
      "LOGIC_HOOKS": [
        {
          "ref": "PERFECTO-REPORTING",
          "src": "botium-logichook-perfectoreporting",
          "global": true
        }
      ]
      ...    
    }
  }
}

Using with Botium Box

It is already part of Botium Box. You have to enable it in the Registered Components View.