Nico Jansen
Nico Jansen
You might be interested in #3229. I think "ignore plugin" would be great for this. Feedback would be much appreciated
Great response @simondel . In general it is correct, but 1 and 2 should be swapped. And I've added 1: 1. 🚀 coverageAnalysis = perTest; enableFindRelatedTests=true 2. 🏃♀️ coverageAnalysis =...
Ah yes, should be an easy fix. We're happy to accept a PR for this
Fixed with #3761
Released in v6.3 🎉. Just a heads-up, the `@stryker-mutator/jest-runner` plugin only supports `jest.config.ts` files when you install `jest@>=29.2`
Since https://github.com/facebook/jest/issues/9728 is now closed, we can update to the latest jest to verify that the underlying issue is solved. Let's try it out.
We've recently added support to mutate a specific range only, see https://stryker-mutator.io/docs/stryker-js/configuration#mutate-string Example: `stryker run --mutate foo.js:25-30` This can be combined with some kind of pipeline git diff command probably,...
@lbtoma thanks for pitching in! I had a quick look and it looks great. I've opened #3228, as you will need the `Ignored` check status to be supported. Note: An...
How long do regular unit tests take to run? The only think you can do is to configure jest to run less tests: ```json { "jest": { "config": { "testMatch":...
https://twitter.com/JoshuaKGoldberg/status/1484551399551778826?t=8Gh5U1jI_PxJ7J8UHHuqfA&s=19 👀👀 @JoshuaKGoldberg