@japa/spec-reporter

v1.3.3
Spec reporter for japa test runner
test japa reporter spec

@japa/spec-reporter

Spec reporter for Japa tests runner

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

Spec reporter displays a detailed output for the executed tests.

Installation

Install the package from the npm registry as follows.

npm i -D @japa/spec-reporter

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

Usage

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

import { configure } from '@japa/runner'
import { specReporter } from '@japa/spec-reporter'

configure({
  reporters: [specReporter()]
})
npm i @japa/spec-reporter

Metadata

  • MIT
  • Whatever
  • virk,japa
  • released 2/7/2023

Downloads