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/core. See https://stryker-mutator.io/blog/2019-02-13/announcing-stryker-1-0 for the full migration guide.

stryker-api

0.24.1 • Public • Published

Build Status Gitter

Stryker

Stryker API

This is the repository for maintaining the API of the Stryker JavaScript mutation testing framework. Plugin creators should depend on this API rather than on the main Stryker repository directly.

Extension use cases

You can extend Stryker in a number of ways.

  1. Create your own Mutator
  2. Create a custom Reporter
  3. Create a TestFramework for a test framework
  4. Create a TestRunner to bridge the gap between your test runner and Stryker
  5. Create a custom way of configuring Stryker by creating a ConfigEditor

All extension points work in the same basic way.

  1. Create a constructor function (or class)
  2. Register the constructor function to the correct Factory.

More info comming soon. In the mean time, take a look at the Stryker homepage.

Package Sidebar

Install

npm i stryker-api

Weekly Downloads

989

Version

0.24.1

License

Apache-2.0

Unpacked Size

102 kB

Total Files

114

Last publish

Collaborators

  • nicojs
  • simondel
  • strykermutator-npa