Socket
Book a DemoInstallSign in
Socket

@wdio/dot-reporter

Package Overview
Dependencies
Maintainers
3
Versions
283
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/dot-reporter

A WebdriverIO plugin to report in dot style

5.0.0-beta.13
Source
npmnpm
Version published
Weekly downloads
200K
-0.15%
Maintainers
3
Weekly downloads
 
Created

What is @wdio/dot-reporter?

@wdio/dot-reporter is a WebdriverIO plugin that provides a simple and minimalistic dot reporter for test results. It outputs a dot for each test, making it easy to quickly see the progress and status of your test suite.

What are @wdio/dot-reporter's main functionalities?

Minimalistic Test Reporting

This code demonstrates how to set up a WebdriverIO test with the dot reporter. The 'reporters' option is set to 'dot', which will output a dot for each test executed, providing a quick visual indication of test progress.

const { remote } = require('webdriverio');

(async () => {
    const browser = await remote({
        logLevel: 'info',
        path: '/wd/hub',
        capabilities: { browserName: 'chrome' },
        reporters: ['dot']
    });

    await browser.url('https://webdriver.io');
    await browser.deleteSession();
})();

Other packages similar to @wdio/dot-reporter

Keywords

webdriver

FAQs

Package last updated on 05 Dec 2018

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.