https://github.com/codeforequity-at/botium-logichook-perfectoreporting
Botium Logic Hook for Perfecto Reporting
https://github.com/codeforequity-at/botium-logichook-perfectoreporting
Last synced: about 1 year ago
JSON representation
Botium Logic Hook for Perfecto Reporting
- Host: GitHub
- URL: https://github.com/codeforequity-at/botium-logichook-perfectoreporting
- Owner: codeforequity-at
- License: mit
- Created: 2020-05-03T13:36:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T17:02:35.000Z (about 6 years ago)
- Last Synced: 2025-03-03T15:18:43.190Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.botium.ai
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Botium Logic Hook for Perfecto Reporting
[](https://nodei.co/npm/botium-logichook-perfectoreporting/)
[](https://app.codeship.com/projects/395107)
[](https://badge.fury.io/js/botium-logichook-perfectoreporting)
[]()
This [Botium](https://www.botium.ai) extension attaches itself to the [Botium Webdriver Connector](https://github.com/codeforequity-at/botium-connector-webdriverio) and uses the [Perfecto Reporting SDK](https://github.com/PerfectoCode/reporting-node-sdk) to write Botium test information to the [PERFECTO SMART REPORTING AND ANALYTICS](https://www.perfecto.io/platform/analytics-reporting) Dashboard.
__Did you read the [Botium in a Nutshell](https://medium.com/@floriantreml/botium-in-a-nutshell-part-1-overview-f8d0ceaf8fb4) 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](https://botium.atlassian.net/wiki/spaces/BOTIUM/pages/2293815/Botium+Asserters).