
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@wdio/dot-reporter
Advanced tools
A WebdriverIO plugin to report in dot style.

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.
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.
v9.20.0 (2025-09-27)
webdriver
wdio-cucumber-framework
wdio-allure-reporter
webdriverio
wdio-utils
wdio-browserstack-service
wdio-cli, wdio-config
webdriverio
wdio-browserstack-service, wdio-local-runner
wdio-junit-reporter
Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser, making asynchronous testing simple and fun. It provides several built-in reporters, including a dot reporter similar to @wdio/dot-reporter. Mocha's dot reporter is used in a similar way, providing a minimalistic output for test results.
Jasmine is a behavior-driven development framework for testing JavaScript code. It includes a default console reporter that can be configured to output results in a dot format. While Jasmine is a full testing framework, its reporting capabilities can be compared to the minimalistic approach of @wdio/dot-reporter.
Jest is a delightful JavaScript Testing Framework with a focus on simplicity. It includes a built-in dot reporter that provides a similar minimalistic output for test results. Jest's dot reporter is part of its comprehensive testing suite, offering more features beyond just reporting.
FAQs
A WebdriverIO plugin to report in dot style
The npm package @wdio/dot-reporter receives a total of 198,744 weekly downloads. As such, @wdio/dot-reporter popularity was classified as popular.
We found that @wdio/dot-reporter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
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.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.