1.0.3 • Published 6 years ago

stryker-baseline-reporter v1.0.3

Weekly downloads
104
License
Apache-2.0
Repository
github
Last release
6 years ago

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.

1.0.3

6 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago