Socket
Socket
Sign inDemoInstall

@stryker-mutator/api

Package Overview
Dependencies
3
Maintainers
4
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @stryker-mutator/api

The api for the extendable JavaScript mutation testing framework Stryker


Version published
Maintainers
4
Install size
333 kB
Created

Changelog

Source

5.5.0 (2021-11-23)

Bug Fixes

  • instrumenter: don't mutate TS generics (#3268) (88d6eaf)
  • logging: don't log log4js category to file as well (31609a5)
  • util: clear require.cache behavior on case-insensitive file systems (#3194) (39e3d86)

Features

  • checkers: allow custom checker node args (#3179) (82c4435)
  • cli: display suggestions on error (#3216) (9ed98e8)
  • config: Add link to docs when generating a custom config (#3235) (7c999b8)
  • hit limit: infinite loop prevention in jasmine-runner (#3199) (bc792e0)
  • hit limit: infinite loop prevention in mocha-runner (f5a7d1d)
  • html: new diff-view when selecting mutants (#3263) (8b253ee)
  • init: add buildCommand question when running (#3213) (b9d5980)
  • jest-runner: support --findRelatedTests in dry run (#3234) (b2e4584)
  • mutators: Implement missing AssignmentOperatorMutator (#3203) (95b694b)

Readme

Source

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 handbook.

Keywords

FAQs

Last updated on 23 Nov 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc