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
It'd be useful to pass in a flag to return a simple count of test nodes. This could help users/build systems perform things like parallel execution batching.
We could probably derive this from --list-tests but it would involve more cumbersome console output parsing.
This could be its own flag, such as --count-tests, or a more granular option for --list-tests
e.g. --list-tests count
The text was updated successfully, but these errors were encountered:
It'd be useful to pass in a flag to return a simple count of test nodes. This could help users/build systems perform things like parallel execution batching.
We could probably derive this from
--list-tests
but it would involve more cumbersome console output parsing.This could be its own flag, such as
--count-tests
, or a more granular option for--list-tests
e.g.
--list-tests count
The text was updated successfully, but these errors were encountered: