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

Core: Adapt console output length based on terminal width #4418

Open
clbuttic opened this issue May 10, 2023 · 3 comments
Open

Core: Adapt console output length based on terminal width #4418

clbuttic opened this issue May 10, 2023 · 3 comments

Comments

@clbuttic
Copy link

clbuttic commented May 10, 2023

The ConsoleSummary's OutputLength is hard coded to a width of 80. That leave a max length for the action (and errors) to be truncated to 56 characters making naming of what constitutes an action in the summary somewhat difficult.

Plus, with wider monitors and running gatling scenarios from the command line, that's a lot of wasted real estate.

Please make this a configurable option.

@slandelle
Copy link
Member

Maybe something based on jline?

Are you interested in contributing?

@clbuttic
Copy link
Author

@slandelle Autodetecting the terminal is most definitely a better way to handle terminal widths than a simple config option.. Sure, I'm happy to contribute a PR. I'll familiarize myself with your contributor guidelines and see what I can come up with.

@slandelle slandelle changed the title Feature: Make OutputLength configurable Core: Make OutputLength configurable Jun 11, 2023
@slandelle
Copy link
Member

@clbuttic gentle ping :)

@slandelle slandelle changed the title Core: Make OutputLength configurable Core: Adapt console output length based on terminal width Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants