New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@wdio/dot-reporter

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
w

@wdio/dot-reporter

A WebdriverIO plugin to report in dot style

7.2.1
99

Supply Chain Security

100

Vulnerability

78

Quality

98

Maintenance

100

License

Version published
Weekly downloads
127K
3.4%
Maintainers
3
Weekly downloads
 
Created
Issues
222

WebdriverIO Dot Reporter

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": "^6.3.6"
  }
}

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'],
  // ...
};

For more information on WebdriverIO see the homepage.

FAQs

Package last updated on 18 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts