codeceptjs-bshelper-app-automate
CodeceptJS Browserstack plugin, to update Test Names, Test Results after test execution
!
image
codeceptjs-bshelper-app-automate is
CodeceptJS plugin which is to complete tests results on Browserstack after execution. The plugin updates test name and test results on Browserstack using the
event.test.passed and
event.test.failed events.
NPM package:
Installation
npm i codeceptjs-bshelper-app-automate --save-dev
Configuration
This plugin should be added in codecept.json/codecept.conf.js
Example:
``
{
...
plugins: {
BrowserstackHelper: {
require: 'codeceptjs-bshelper-app-automate',
enabled: true
}
}
...
}
``
To use this plugin, users must provide the Browserstack User, Key & Host as part of the configuration.