1.1.1 • Published 3 years ago

codeceptjs-bshelper-app-automate v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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: https://www.npmjs.com/package/codeceptjs-bshelper-app-automate

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.

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago