stryker-mutator / stryker-js

Mutation testing for JavaScript and friends
https://stryker-mutator.io
Apache License 2.0
2.6k stars 251 forks source link

docs/api/plugins.md is outdated #2586

Closed bartekleon closed 3 years ago

bartekleon commented 4 years ago

I have noticed we have outdated informations in plugins.md

You can extend Stryker with 6 plugin kinds:

export enum PluginKind {
  ConfigEditor = 'ConfigEditor',
  TestRunner = 'TestRunner',
  TestFramework = 'TestFramework',
  Transpiler = 'Transpiler',
  Mutator = 'Mutator',
  Reporter = 'Reporter',
}

it should be updated (and probably also some other parts)

nicojs commented 4 years ago

Yes, definitely. It even became more important, since now we're publishing these docs on our website: https://stryker-mutator.io/docs/stryker/api/plugins