An open API service indexing awesome lists of open source software.

https://github.com/testingbot/codeceptjs-tbhelper

Codecept.io TestingBot Helper to send test meta data to TestingBot (pass state, name, ...)
https://github.com/testingbot/codeceptjs-tbhelper

codeceptjs codeceptjs-testing testingbot

Last synced: 3 months ago
JSON representation

Codecept.io TestingBot Helper to send test meta data to TestingBot (pass state, name, ...)

Awesome Lists containing this project

README

        

# codeceptjs-tbhelper
CodeceptJS TestingBot helper, which will update test meta data on TestingBot (status, name, ...).

NPM package: https://www.npmjs.com/package/codeceptjs-tbhelper

### Installation
`npm install codeceptjs-tbhelper --save-dev`

### Configuration

Add the helper to your codecept config file `codecept.json/codecept.conf.js`

Example:

```json
{
"helpers": {
"TestingBotHelper": {
"require": "codeceptjs-tbhelper",
"user": "TB_KEY",
"key": "TB_SECRET"
}
}
}
```
You can get the TestingBot Key and Secret from [TestingBot](https://testingbot.com/).