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

0.12.1 • Public • Published

Build Status NPM Node version Gitter

Stryker

Stryker Jasmine

A plugin to use the Jasmine test framework in Stryker, the JavaScript mutation testing framework.

This plugin provides beforeEach, afterEach and filter hooks to Stryker, so you are able to use coverageAnalysis: 'perTest' with jasmine.

Installation

Install stryker-jasmine and jasmine-core into your project via npm:

$ npm install stryker-jasmine jasmine-core --save-dev

Note: stryker-jasmine only works with jasmine-core >= v2

Since stryker-jasmine is a plugin for Stryker, you likely have it installed already, but in case you don't:

$ npm install stryker stryker-api --save-dev

Configuration

Set the testFramework setting to 'jasmine' in your stryker config file.

// stryker.conf.js
module.exports = function(config) {
  config.set({
    testFramework: 'jasmine',
  });
};

You can also pass --testFramework jasmine as command line argument when running stryker.

See the Stryker main readme for more information on how to choose the (test) files and other options.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i stryker-jasmine

    Weekly Downloads

    6

    Version

    0.12.1

    License

    Apache-2.0

    Unpacked Size

    29.7 kB

    Total Files

    8

    Last publish

    Collaborators

    • nicojs
    • simondel
    • strykermutator-npa