stryker-js icon indicating copy to clipboard operation
stryker-js copied to clipboard

Clear-text and progress report not getting generated

Open adarshnd14 opened this issue 10 months ago • 1 comments

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/[email protected]
+-- [email protected]

When I use @stryker-mutator/[email protected] mutation scan was getting failed so we were using core.

+-- [email protected]

Stryker environment

+-- @stryker-mutator/[email protected]
+-- [email protected]

When I use @stryker-mutator/[email protected] mutation scan was getting failed so we were using core.

+-- [email protected]

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

adarshnd14 avatar Apr 24 '24 08:04 adarshnd14