-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(clear text reporter): Prettify the clear-text report (#1185)
Make the clear-text reporter a lot cleaner. Reports take less space on the screen and have nice colors. Example (in real live has even more color) ``` 7. [Survived] IfStatement C:\z\github\stryker-mutator\stryker\packages\stryker-webpack-transpiler\src\WebpackTranspiler.ts:12:8 - if (options.produceSourceMaps) { + if (false) { ``` Configure the clear text reporter with ``` clearTextReporter: { logTests: false, allowColors: true } ```
- Loading branch information
Showing
3 changed files
with
86 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters