You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran initial mutation tests.
After checking some react component, I add some tests to increase its mutation coverage. I checked these new tests are failng in case of specific mutations manually.
But after new stryker run, the report did not changed correctly.
If I delete incremental file, and run tests from scratch, it show correct coverage.
This seems to work as expected. You're running with coverageAnalysis: "all", which means that StrykerJS cannot detect the specific coverage of newly added tests. Could you try running with coverageAnalysis: "perTest"?
Question
I ran initial mutation tests.
After checking some react component, I add some tests to increase its mutation coverage. I checked these new tests are failng in case of specific mutations manually.
But after new stryker run, the report did not changed correctly.
If I delete incremental file, and run tests from scratch, it show correct coverage.
Stryker environment
Additional context
The text was updated successfully, but these errors were encountered: