Nico Jansen
Nico Jansen
Right now, the `stryker init` command results in a stripped down config file, without any explanation. For example, if you choose "mocha" as your test runner, you'll get an example...
**Is your feature request related to a problem? Please describe.** We have had a couple of requests in the past to allow to ignore specific mutants: #2966 #1174 #1470 #1464...
**Is your feature request related to a problem? Please describe.** Plugins defined in userspace might want to be able to ignore specific mutants. **Describe the solution you'd like** ```diff //...
Remove the file name from the `buildCodeFrameError` example result. The file name was removed in PR https://github.com/babel/babel/pull/10539. It confused me since I was expecting the file name there, but it...
**Is your feature request related to a problem? Please describe.** Stryker.NET installation can fail when your nuget config contains private nuget registries.  ```xml ``` **Describe the solution you'd like**...
Hi, it seems that tsconfig-paths is not compatible with the `"outDir"` compiler option. For example: ```shell $ node -r tsconfig-paths/register dist/index.js internal/modules/cjs/loader.js:613 throw err; ^ Error: Cannot find module '@common'...
Hi there 👋. Awesome repo you've got here! We at the [stryker mutation testing](https://stryker-mutator.io) team have been looking into validation with ajv. We've come to the same conclusion, error messages...
For the development of our JS Mutation testing framework [stryker](http://github.com/infosupport/stryker) we want to programmatically receive the code coverage report. We're using karma via the [public api](http://karma-runner.github.io/0.13/dev/public-api.html). Right now: we have...
When using Karma programmatically (using the public api) karma does not seem to disconnect from the phantomjs browser after given timeout when the test is in an infinite loop. For...
Fix for issue 84