We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
jcamiel
Successfully merging a pull request may close this issue.
With Hurl 4.2.0, in test mode, we display a progress bar to notify the test progress:
When combined with verbose mode, the progress string is overwritten by the debug logs.
The text was updated successfully, but these errors were encountered: