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

Add option to suppress progress #13

Closed
1 of 4 tasks
thekid opened this issue Feb 10, 2023 · 2 comments
Closed
1 of 4 tasks

Add option to suppress progress #13

thekid opened this issue Feb 10, 2023 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@thekid
Copy link
Member

thekid commented Feb 10, 2023

Inside GitHub actions or Azure pipelines, the progress spinner output is not helpful

image

Decide on what to do:

  • Add --no-progress
  • Detect we're not running in a TTY (is that so?) and do not display progress?
  • Add --output=console (default) vs. --output=ci (which doesn't use progress indicators, but could also have other improvements)
  • Use -r dots, see Extract output into a dedicated class #20
@thekid thekid added help wanted Extra attention is needed question Further information is requested labels Feb 10, 2023
@thekid
Copy link
Member Author

thekid commented Apr 16, 2023

...use one of the formats listed in https://github.com/marketplace/actions/test-reporter

@thekid thekid mentioned this issue Apr 22, 2023
@thekid
Copy link
Member Author

thekid commented Apr 23, 2023

@thekid thekid closed this as completed Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant