TestingBot Helper for Codecept JS tests
npm install codeceptjs-tbhelperNPM package: https://www.npmjs.com/package/codeceptjs-tbhelper
npm install codeceptjs-tbhelper --save-devAdd 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.