stryker-baseline-reporter

1.0.3 • Public • Published

A baseline reporter for the excellent JavaScript mutation testing framework Stryker.

It's just that.

Store a baseline file after a test run and this reporter tells when there are new mutants on subsequent run.

Installation

npm i --save-dev stryker-baseline-reporter

stryker.conf.js:

module.exports = function (config) {
    config.set({
        reporter: ['clear-text', 'progress', 'baseline'],
    });
}

Run!

Note!

As of writing there is an issue with stryker where test runs can be inconsistent. Of course this is terrible for this reporter because it will impact the outcome.

Package Sidebar

Install

npm i stryker-baseline-reporter

Weekly Downloads

14

Version

1.0.3

License

Apache-2.0

Last publish

Collaborators

  • riezebosch