You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The buildtest report command will show all test results and the output can be quite long so for this feature we would like to limit the output by limiting the number of rows that get printed.
We can have an option buildtest report --count=<INT> where --count expects a positive integer that limits the query to X number of rows.
Add arg parse argument
Add implementation
Add bash completion
Add regression test
Add documentation
Add help config section
Post question in Slack
I agree that I posted my question in slack before creating this issue
Is there an existing issue
I confirm there is no existing issue for this issue
The text was updated successfully, but these errors were encountered:
Please describe your feature request
The
buildtest report
command will show all test results and the output can be quite long so for this feature we would like to limit the output by limiting the number of rows that get printed.We can have an option
buildtest report --count=<INT>
where--count
expects a positive integer that limits the query to X number of rows.Post question in Slack
Is there an existing issue
The text was updated successfully, but these errors were encountered: