Skip to content

emir7/stryker-js

This branch is 880 commits behind stryker-mutator/stryker-js:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 14, 2023
May 28, 2022
Sep 4, 2022
May 20, 2023
May 20, 2023
Mar 18, 2023
May 20, 2023
Apr 28, 2023
May 20, 2023
Jun 10, 2020
Feb 13, 2022
Mar 17, 2023
May 13, 2020
Jun 28, 2022
Nov 26, 2020
Jun 20, 2020
Mar 24, 2023
Nov 6, 2019
Oct 30, 2022
Aug 2, 2017
Mar 19, 2021
Mar 19, 2021
Mar 24, 2023
May 19, 2023
May 19, 2023
May 13, 2023
Dec 29, 2016
Feb 13, 2022
May 20, 2023
Feb 17, 2022
May 6, 2023
May 20, 2023

Repository files navigation

Mutation testing badge Build Status NPM Node version Slack Chat

Stryker

StrykerJS

Professor X: For someone who hates mutants... you certainly keep some strange company. William Stryker: Oh, they serve their purpose... as long as they can be controlled.

Welcome to StrykerJS's monorepo. This is where all official stryker packages are maintained. If you're new to monorepos: don't be scared. You'll find the packages in the packages folder.

If you're interested in why we chose a monorepo, please read babeljs's design document about monorepos. We use it for the same reasons as they do.

Introduction

For an introduction to mutation testing and Stryker's features, see stryker-mutator.io.

Getting started

Please follow the quickstart on the website.

For small js projects, you can try the following command:

npm install --save-dev @stryker-mutator/core
# Only for small projects:
npx stryker run

It will run stryker with default values:

  • Uses npm test as your test command
  • Searches for files to mutate in the lib and src directories

Usage

$ npx stryker <command> [options] [configFile]

See usage on stryker-mutator.io

Supported mutators

See our website for the list of currently supported mutators.

Configuration

See configuration on stryker-mutator.io.

About

Mutation testing for JavaScript and friends

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.8%
  • JavaScript 12.3%
  • HTML 2.0%
  • Gherkin 0.4%
  • Vue 0.3%
  • SCSS 0.2%