@stryker-mutator/api

8.2.6 • Public • Published

Mutation testing badge Build Status Slack Chat

Stryker

StrykerJS API

This is the repository for maintaining the API of the StrykerJS 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 an OptionsEditor

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.

For more info, please take a look at the Stryker website section on plugins.

Package Sidebar

Install

npm i @stryker-mutator/api

Weekly Downloads

63,934

Version

8.2.6

License

Apache-2.0

Unpacked Size

169 kB

Total Files

220

Last publish

Collaborators

  • nicojs
  • archcry
  • simondel
  • strykermutator-npa