stryker-js
stryker-js copied to clipboard
Clear-text and progress report not getting generated
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:
File level test:
Project level test: