stryker-mutator / stryker-js

Mutation testing for JavaScript and friends
https://stryker-mutator.io
Apache License 2.0
2.6k stars 251 forks source link

Native node test runner #5108

Closed vlio20 closed 2 weeks ago

vlio20 commented 2 weeks ago

Is it possible to run stryker with the native node test runner?

vlio20 commented 2 weeks ago

just used the command property

nicojs commented 2 weeks ago

Better than the command runner is the tap-runner. It supports perTest coverage analysis, so should be a significant performance boost.