Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide compact output for CI environments #613

Closed
lcobucci opened this issue Jan 18, 2019 · 1 comment
Closed

Provide compact output for CI environments #613

lcobucci opened this issue Jan 18, 2019 · 1 comment
Assignees
Milestone

Comments

@lcobucci
Copy link
Contributor

lcobucci commented Jan 18, 2019

Is your feature request related to a problem? Please describe.
The amount of text generated by the initial processes (running tests, generating mutations) is quite big, specially when running it on medium to large projects. This is basically due to the progress bars that are being used and that, for CI environments without proper ANSI support, is quite irrelevant.

Example:
image

Describe the solution you'd like
It would be nice if could have a flag to omit the progress bars of these listeners:

  • InitialTestsConsoleLoggerSubscriber
  • MutantCreatingConsoleLoggerSubscriber
  • MutationGeneratingConsoleLoggerSubscriber

Describe alternatives you've considered
Another option is to use something like the DotFormatter instead of the progress bars.

@maks-rafalko
Copy link
Member

Implemented and released as 0.12.2.

Enjoy ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants