Open mykhailokonst opened 1 month ago
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"
?
Hmm this should be documented in the limitations docs 🤔
@nicojs , I try to run the stryker with perTest value. But I faced with such error:
I am out of RAM memory each run
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