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

Clear-text and progress report not getting generated #4848

Open adarshnd14 opened 2 months ago

adarshnd14 commented 2 months ago

Question I have run mutation test on a JavaScript repository having around 47000 mutants. The clear-text report is not getting shown in the terminal. Only if I reduce the mutants and run test on specific file with same config, I am able to get the clear-text report in the terminal.

Stryker environment

+-- @stryker-mutator/core@7.0.0
+-- stryker-cli@1.0.1

When I use @stryker-mutator/jest-runner@7.0.0 mutation scan was getting failed so we were using core.

+-- jest@26.6.2

Stryker environment

+-- @stryker-mutator/core@7.0.0
+-- stryker-cli@1.0.1

When I use @stryker-mutator/jest-runner@7.0.0 mutation scan was getting failed so we were using core.

+-- jest@26.6.2

Additional context Stryker config used for file level scan:

Screenshot 2024-04-24 at 2 16 04 PM

File level test: IMG_20240424_133624

Project level test: IMG_20240424_133609