vows-reporters

A collection of vows reporters that supports concurrent instances of each type.

9 个版本
安装
npm install vows-reporters
yarn add vows-reporters
pnpm add vows-reporters
bun add vows-reporters
README

##vows-reporters

A collection of vows reporters that can have multiple instances (via 'new').

This is so you don't have to do this to support multiple instances: delete require.cache[require.resolve(reporterPath)]; this.reporter = require(reporterPath);

Reporters in the collection:

  • Xunit
  • Produces output meant for Jenkins CI. It tries to divide the tests into a hierarchy of "classes."
版本列表
0.6.3 2013-03-11
0.6.2 2013-03-08
0.6.1 2013-03-07
0.6.0 2013-03-07
0.5.0 2013-03-01
0.4.0 2013-02-28
0.3.0 2013-02-27
0.2.0 2013-02-26
0.1.0 2013-02-26