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

--test progress is not displayed when --verbose is used #2506

Closed
jcamiel opened this issue Mar 11, 2024 · 0 comments · Fixed by #2507
Closed

--test progress is not displayed when --verbose is used #2506

jcamiel opened this issue Mar 11, 2024 · 0 comments · Fixed by #2507
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Mar 11, 2024

With Hurl 4.2.0, in test mode, we display a progress bar to notify the test progress:

$ hurl --test *.hurl
/tmp/a.hurl: Running [1/6]
/tmp/a.hurl: Success (9 request(s) in 5721 ms)
/tmp/b.hurl: Running [2/6]

When combined with verbose mode, the progress string is overwritten by the debug logs.

@jcamiel jcamiel added the bug Something isn't working label Mar 11, 2024
@jcamiel jcamiel self-assigned this Mar 11, 2024
@jcamiel jcamiel added this to the 4.3.0 milestone Mar 11, 2024
@jcamiel jcamiel linked a pull request Mar 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant