@stryker-mutator/api
v9.4.0
Published
The api for the extendable JavaScript mutation testing framework Stryker
Readme

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.
- Create your own
Mutator - Create a custom
Reporter - Create a
TestFrameworkfor a test framework - Create a
TestRunnerto bridge the gap between your test runner and Stryker - Create a custom way of configuring Stryker by creating an
OptionsEditor
All extension points work in the same basic way.
- Create a
constructor function(orclass) - Register the
constructor functionto the correctFactory.
For more info, please take a look at the Stryker website section on plugins.
