Skip to content

A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework

Notifications You must be signed in to change notification settings

gdaolewe/stryker-jest-runner

 
 

Repository files navigation

Build Status Gitter

Stryker

Stryker Plugin Seed

This project can be used as a blue print for writing plugins for Stryker, the JavaScript mutation testing framework.

This project contains:

  • An empty shell for all 5 kinds of plugins in Stryker
  • An index file which registers the plugins using the Stryker way of plugin loading.
  • A bootstrap for testing using mocha, sinon and chai
  • A correct list of dependencies to get you started with TypeScript
  • A simple build system using Grunt
  • A vscode configuration for easy running of the tests by hitting f5, inc debugging your typescript code.

NOTE: This seed is bootstrapped for the next major version of the stryker-api (0.3.0) using the tag npm i stryker-api@next

About

A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.8%
  • JavaScript 20.2%