codeceptjs-tbhelper

1.0.0 • Public • Published

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:

{
   "helpers": {
     "TestingBotHelper": {
      "require": "codeceptjs-tbhelper",
      "user": "TB_KEY",
      "key": "TB_SECRET"
    }
   }
}

You can get the TestingBot Key and Secret from TestingBot.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i codeceptjs-tbhelper

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.99 kB

    Total Files

    4

    Last publish

    Collaborators

    • testingbot