@orangebeard-io/wdio-orangebeard-reporter
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Orangebeard.io postman Listener
Orangebeard.io WDIO Listener

Orangebeard listener (a service and reporter) for WebdriverIO

NPM Version Build Status License

Installation

Install the npm package

npm install @orangebeard-io/wdio-orangebeard-reporter

Configuration

In your wdio config file(s), import the service and reporter and provide the necessary configuration

import {OrangebeardService, OrangebeardReporter} from 'wdio-orangebeard-reporter'

const orangebeardConfig = {
  token: '00000000-0000-0000-00000000',
  endpoint: 'https://my.orangebeard.app',
  project: 'my_project',
  testset: 'WebdriverIO Test',	
  description: "A WDIO Test Run"
};

Then add the responder and service to the reporters and services array, providing the configuration object

reporters: [[OrangebeardReporter, orangebeardConfig]],
services: [[OrangebeardService, orangebeardConfig]],

Running

Now run your tests normally and get results in Orangebeard

Package Sidebar

Install

npm i @orangebeard-io/wdio-orangebeard-reporter

Weekly Downloads

1

Version

1.0.3

License

AGPL-3.0

Unpacked Size

103 kB

Total Files

27

Last publish

Collaborators

  • orangebeard