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, ...)
- Host: GitHub
- URL: https://github.com/testingbot/codeceptjs-tbhelper
- Owner: testingbot
- License: mit
- Created: 2019-04-18T11:11:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T11:12:18.000Z (about 6 years ago)
- Last Synced: 2025-02-19T18:51:37.658Z (3 months ago)
- Topics: codeceptjs, codeceptjs-testing, testingbot
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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/).