Announcing Stryker 2.0
A new major version of Stryker for JavaScript and TypeScript has been released: version 2.0.0. This blog post will cover some of the changes. For a full list of changes, please read our changelog.
A new major version of Stryker for JavaScript and TypeScript has been released: version 2.0.0. This blog post will cover some of the changes. For a full list of changes, please read our changelog.
If you've used Stryker before, you'll know that it produces a gorgeous report you can view in the browser. It works by generating HTML files based on the events raised by Stryker. During development of Stryker4s and Stryker.NET, we realized that producing the same report would be a lot of work.
Instead of a new HTML reporter implementation for each Stryker framework, we've decided to move the logic of presenting the report to your browser. That way, any framework can support an HTML report simply by producing a JSON file.
We call it mutation testing elements and it is implemented using the mature web components suite of features. You can now use it in Stryker, Stryker.NET and Stryker4s
Stryker 1.0 is here! This is an important milestone for mutation testing in JavaScript and TypeScript.
Stryker 0.34 is here. This new version comes with features to help you get started. It's never been this easy to mutation test your JS project!
The 0.21 release of Stryker simplifies configuration by using your git database.
Stryker now supports bundling your code using webpack before running your tests. The installation/upgrade scenario's in this blog post can be circumvented by using the Quickstart if you don't already use Stryker in your project.
Let's start this new year strong. Stryker 0.18 adds coverage analysis support for transpilers, starting with the TypeScript transpiler.
A new Stryker plugin that adds support for Babel projects has just been released!
The installation/upgrade scenario's in this blog post can be circumvented by using the Quickstart if you don't already use Stryker in your project.
The Stryker HTML Reporter version 0.10 has a lot of new features, but more importantly: a sexy new look.
Stryker 0.10 marks the biggest change in Stryker history yet, as we now support running mutation testing on TypeScript code.