0.1.2 • Published 6 years ago

wdio-concise-reporter v0.1.2

Weekly downloads
641
License
ISC
Repository
github
Last release
6 years ago

WDIO Concise Reporter

A WebdriverIO plugin to report in concise style.

Installation

The easiest way is to keep wdio-concise-reporter as a devDependency in your package.json.

{
  "devDependencies": {
    "wdio-concise-reporter": "~0.0.1"
  }
}

You can simple do it by:

$ npm install wdio-concise-reporter --save-dev

Instructions on how to install WebdriverIO can be found here.

Configuration

The following code shows the default wdio test runner configuration. Just add 'concise' as a reporter to the array.

// wdio.conf.js
module.exports = {
  // ...
  reporters: ['dot', 'concise'],
  // ...
};
5.0.0-beta.3

6 years ago

5.0.0-beta.2

6 years ago

5.0.0-beta.1

6 years ago

5.0.0-beta.0

6 years ago

5.0.0-alpha.14

6 years ago

5.0.0-alpha.13

6 years ago

5.0.0-alpha.12

6 years ago

5.0.0-alpha.11

6 years ago

5.0.0-alpha.10

6 years ago

5.0.0-alpha.9

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago