wdio-dot-reporter
A WebdriverIO plugin. Report results in dot format.
Last updated 9 years ago by christian-bromann .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install wdio-dot-reporter 
SYNC missed versions from official npm registry.

WDIO Dot Reporter

Build Status Code Climate Test Coverage dependencies Status


A WebdriverIO plugin to report in dot style.

Dot Reporter

Installation

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

{
  "devDependencies": {
    "wdio-dot-reporter": "~0.0.8"
  }
}

You can simple do it by:

npm install wdio-dot-reporter --save-dev

Instructions on how to install WebdriverIO can be found here.

Configuration

Following code shows the default wdio test runner configuration. Just add 'dot' as reporter to the array.

// wdio.conf.js
module.exports = {
  // ...
  reporters: ['dot'],
  // ...
};

Development

All commands can be found in the package.json. The most important are:

Watch changes:

$ npm run watch

Run tests:

$ npm test

# run test with coverage report:
$ npm run test:cover

Build package:

$ npm build

For more information on WebdriverIO see the homepage.

Current Tags

  • 5.0.0-alpha.14                                ...           alpha (6 years ago)
  • 5.0.0-beta.0                                ...           beta (6 years ago)
  • 0.0.10                                ...           latest (7 years ago)
  • 5.0.0-beta.3                                ...           next (6 years ago)

26 Versions

  • 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                                ...           7 years ago
  • 5.0.0-alpha.12                                ...           7 years ago
  • 5.0.0-alpha.11                                ...           7 years ago
  • 5.0.0-alpha.10                                ...           7 years ago
  • 5.0.0-alpha.9                                ...           7 years ago
  • 0.0.10                                ...           7 years ago
  • 5.0.0-alpha.7                                ...           7 years ago
  • 5.0.0-alpha.6                                ...           7 years ago
  • 5.0.0-alpha.5                                ...           7 years ago
  • 5.0.0-alpha.4                                ...           7 years ago
  • 5.0.0-alpha.3                                ...           7 years ago
  • 5.0.0-alpha.2                                ...           7 years ago
  • 0.0.9                                ...           7 years ago
  • 0.0.8                                ...           8 years ago
  • 0.0.7                                ...           8 years ago
  • 0.0.6                                ...           9 years ago
  • 0.0.5                                ...           9 years ago
  • 0.0.4                                ...           9 years ago
  • 0.0.3                                ...           9 years ago
  • 0.0.2                                ...           9 years ago
  • 0.0.1                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 26
Last Day 0
Last Week 5
Last Month 0
Dependencies (0)
None
Dev Dependencies (24)
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |