This package has been deprecated

Author message:

Stryker v1 is released, but you're still using a 0.x version. This version is no longer maintained. Please use @stryker-mutator/mocha-framework. See https://stryker-mutator.io/blog/2019-02-13/announcing-stryker-1-0 for the full migration guide.

stryker-mocha-framework
TypeScript icon, indicating that this package has built-in type declarations

0.15.1 • Public • Published

Build Status NPM Node version Gitter

Stryker Mocha Framework

A plugin to speed up Mocha tests in Stryker, the JavaScript mutation testing framework.

This plugin makes it possible for Stryker to use coverageAnalysis: 'perTest', by providing the abstraction to select which individual test(s) to run. You might also be looking for the stryker-mocha-runner, which makes it possible to use the node-based Mocha test runner in stryker.

Install

Install stryker-mocha-framework locally within your project folder, like so:

npm i --save-dev stryker-mocha-framework

Peer dependencies

The stryker-mocha-framework is a plugin to use mocha for stryker as a test framework. As such, you should make sure you have the correct versions of its dependencies installed:

  • stryker-api
  • mocha

Configuring

You can either configure the mocha test framework using the command line or by providing it in the stryker.conf.js file. This README describes how to use the stryker.conf.js config file:

// Stryker.conf.js
module.exports = function (config) {
    config.set({
        ...
        testFramework: 'mocha',
        coverageAnalysis: 'perTest'
        ...
    });
}

Dependents (2)

Package Sidebar

Install

npm i stryker-mocha-framework

Weekly Downloads

41

Version

0.15.1

License

Apache-2.0

Unpacked Size

33.3 kB

Total Files

8

Last publish

Collaborators

  • nicojs
  • simondel
  • strykermutator-npa