CodeceptJS TestingBot helper, which will update test meta data on TestingBot (status, name, ...).
NPM package: https://www.npmjs.com/package/codeceptjs-tbhelper
npm install codeceptjs-tbhelper --save-dev
Add the helper to your codecept config file codecept.json/codecept.conf.js
Example:
{
"helpers": {
"TestingBotHelper": {
"require": "codeceptjs-tbhelper",
"user": "TB_KEY",
"key": "TB_SECRET"
}
}
}
You can get the TestingBot Key and Secret from TestingBot.