@systemfsoftware/stryker-js-mutation-report
v1.2.7
Published
The reporter adapters of the @systemfsoftware Stryker fork — clear-text, progress, HTML, JSON, and NDJSON-stream presentation.
Readme
@systemfsoftware/stryker-js-mutation-report
The reporter adapters of the System F Software StrykerJS fork — clear-text, progress, HTML, JSON, and NDJSON-stream presentation.
This package is consumed by the fork's CLI (@systemfsoftware/stryker-js-cli)
and engine (@systemfsoftware/stryker-js-mutation-run); it exposes
no public API of its own beyond the reporter classes and the strykerPlugins
registry the CLI resolves when it boots a run.
Usage
You normally never import this package directly — the CLI wires it in. The pieces exist so a programmatic consumer can assemble its own host:
import { ClearTextReporter, strykerPlugins } from '@systemfsoftware/stryker-js-mutation-report'Related
@systemfsoftware/stryker-js-mutation-run— the engine that emits the events these reporters present@systemfsoftware/stryker-js-cli— the terminal-facing half, which binds this package'sstrykerPlugins
License
Licensed under Apache 2.0.
