stryker-mutator / stryker-js

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

Is there a way to disable the initial test run? #4748

Closed nicholasamato closed 4 months ago

nicholasamato commented 4 months ago

Question

I would like to disable the initial test run. I want to run Stryker on a large project within a CI pipeline, which has several thousand tests. These tests are ran in a prior step in the pipeline and take approximately 3 minutes to run whereas the initial Stryker run takes around 20 minutes. It would be great if I could skip because I already know the tests are passing through the prior step.

Is this possible or will I just have to deal with the wait?

nicholasamato commented 4 months ago

Closed cause I meant to post in Dotnet stryker