Socket
Socket
Sign inDemoInstall

@wdio/dot-reporter

Package Overview
Dependencies
12
Maintainers
3
Versions
238
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @wdio/dot-reporter

A WebdriverIO plugin to report in dot style


Version published
Weekly downloads
66K
increased by2.82%
Maintainers
3
Install size
3.48 MB
Created
Weekly downloads
 

Readme

Source

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, via:

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.

Keywords

FAQs

Last updated on 20 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc