webdriverio/wdio-dot-reporter

Name: wdio-dot-reporter

Owner: WebdriverIO

Description: A WebdriverIO plugin. Report results in dot format.

Created: 2015-09-13 21:05:51.0

Updated: 2018-05-19 13:26:51.0

Pushed: 2018-05-24 23:43:01.0

Homepage: http://webdriver.io

Size: 76

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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.


evDependencies": {
"wdio-dot-reporter": "~0.0.8"


You can simple do it by:

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.

dio.conf.js
le.exports = {
 ...
porters: ['dot'],
 ...

Development

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

Watch changes:

m run watch

Run tests:

m test

n test with coverage report:
m run test:cover

Build package:

m build

For more information on WebdriverIO see the homepage.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.