Nico Jansen
Nico Jansen
Wow! I didn't know about `jq`, but this seems a perfect use case for it, indeed! I've got some remarks: - The `framework` object is optional. StrykerJS provides it, but...
This is very awesome! Thank you! ❤️
Thanks for opening this issue. I personally don't have a lot of experience with jest. Probably the fastest way to debug this is to create a small reproduction project and...
Reopening because of https://github.com/stryker-mutator/stryker-js/pull/2780#issuecomment-1097725045
My hopes are that running unit tests normally is enough. You generally want to share the test runner configuration with stryker using `jest.config.js`, `.mocharc.json`, etc. That way, Stryker should have...
I thought about this approach, and it is not a "true dry run". Using `-m ''` will configure Stryker to _not mutate any files_, so they also wouldn't be instrumented....
Great, that's what I was afraid of. Please open an issue for the instrumentation error, we'll use this issue to track progress on the dry-run feature
We probably still want this feature.
You're not doing anything wrong. Stryker is slow because jest is slow (I think). How long does it take to run all tests with Jest? Did you try to focus...
Ah yes. Is that 73s with or without jest concurrency? 73s/mutant * 7304 mutants = 148 hours So 72 hours might be expected if 73s is with concurrency. Running Stryker...