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

Feature Request: Fold Transcript output per test case #547

Open
LinqLover opened this issue Jan 23, 2022 · 4 comments
Open

Feature Request: Fold Transcript output per test case #547

LinqLover opened this issue Jan 23, 2022 · 4 comments

Comments

@LinqLover
Copy link
Collaborator

See also #481. I find myself often removing useful Transcript sends from test code because the job log in GitHub Actions gets hard-to-read and long-to-scroll otherwise. Ideally, one could show/hide the Transcript sends for each test execution individually (provided that nestled folding is possible).

@fniephaus
Copy link
Member

The problem is that you'd need to listen for output which can be tricky, adding empty groups by default simply pollutes the logs. I think in the past, we came to the conclusion that users must use Transcript sends responsibly.

@LinqLover
Copy link
Collaborator Author

Would a wrapper around the Transcript be so hard? :-)

@fniephaus
Copy link
Member

Maybe not in Squeak and for your tests... smalltalkCI needs to provide compatibility across all supported images and what if some project caches the Transcript instance or relies on it somehow?

@LinqLover
Copy link
Collaborator Author

Then there would be #become:, at least in Squeak. :D But I see your concerns, hm ... 🤔

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

No branches or pull requests

2 participants