Skip to content

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

License

Notifications You must be signed in to change notification settings

testingbot/codeceptjs-tbhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published