Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

japa/dot-reporter

@japa/dot-reporter

Minimal dot reporter for Japa tests runner

github-actions-image npm-image license-image typescript-image

The dot reporter display an icon for each of the test executed.

Installation

Install the package from the npm registry as follows.

npm i -D @japa/dot-reporter

# yarn
yarn add -D @japa/dot-reporter

# pnpm
pnpm add -D @japa/dot-reporter

Usage

You can use the dot reporter with the @japa/runner as follows.

import { configure } from '@japa/runner'
import { dotReporter } from '@japa/dot-reporter'

configure({
  reporters: [dotReporter()]
})

About

Minimal dot reporter for Japa.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •