# @wdio/dot-reporter

> A WebdriverIO plugin to report in dot style

Latest version **9.32.0** (published 2026-09-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @wdio/dot-reporter
pnpm add @wdio/dot-reporter
yarn add @wdio/dot-reporter
bun add @wdio/dot-reporter
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 9.32.0 |
| Published | 2026-09-20 |
| First published | 2018-11-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | >=18.20.0 |
| Dependencies | 3 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 9835 |
| Author | Christian Bromann |
| Maintainers | christian-bromann, wdio-user, wswebcreation-nl |
| Keywords | webdriver, wdio, wdio-reporter |

## Links

- npm: https://www.npmjs.com/package/@wdio/dot-reporter
- Repository: https://github.com/webdriverio/webdriverio
- Homepage: https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-dot-reporter
- Issues: https://github.com/webdriverio/webdriverio/issues
- npm.io page: https://npm.io/package/@wdio/dot-reporter

## Dependencies (3)

- [chalk](https://npm.io/package/chalk.md) ^5.0.1
- [@wdio/types](https://npm.io/package/@wdio/types.md) 9.32.0
- [@wdio/reporter](https://npm.io/package/@wdio/reporter.md) 9.32.0

## Recent versions

- 9.32.0 (latest) — 2026-09-20
- 9.32.0-alpha.14 (next) — 2026-09-13
- 8.43.0 (v8) — 2025-03-05
- 7.40.0 (v7) — 2024-12-18
- 9.0.0-alpha.0 (v9) — 2024-03-12
- 7.0.0-beta.4 (beta) — 2021-02-09
- 9.32.0-alpha.13 — 2026-09-13
- 9.32.0-alpha.6 — 2026-09-13
- 9.32.0-alpha.0 — 2026-09-13
- 9.32.0-alpha.3 — 2026-09-13
- 9.31.2 — 2026-08-21
- 9.31.1 — 2026-08-18
- 9.30.1 — 2026-08-03
- 9.29.1 — 2026-06-26
- 9.29.0 — 2026-06-18
- … 291 more at https://npm.io/package/@wdio/dot-reporter/versions

## README

WebdriverIO Dot Reporter
========================

> A WebdriverIO plugin to report in dot style.

![Dot Reporter](/img/dot.png "Dot Reporter")

## Installation

The easiest way is to keep `@wdio/dot-reporter` as a devDependency in your `package.json`, via:

```sh
npm install @wdio/dot-reporter --save-dev
```

Instructions on how to install `WebdriverIO` can be found [here](/docs/gettingstarted).

## Configuration

Following code shows the default wdio test runner configuration. Just add `'dot'` as reporter
to the array.

```js
// wdio.conf.js
module.exports = {
  // ...
  reporters: ['dot'],
  // ...
};
```

----

For more information on WebdriverIO see the [homepage](https://webdriver.io).

---
_Source: https://npm.io/package/@wdio/dot-reporter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
