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
This task is part of the test migration for the GET /tests endpoint
Acceptance criteria
AC1
As a user using the CLI
I should be able to use the resource verb list to fetch tests from the server]
And the output should be formatted depending on the flag I use
tracetest list test
Description: List Tests Required flags: none Optional Flags:
--all Get all results, not paginated. If passed, --take and --skip do nothing
--take N take N records [default: 20]
--skip N skip the first N records [default: 0]
--query get resources matching the given query string
This task is part of the test migration for the GET /tests endpoint
Acceptance criteria
AC1
As a user using the CLI
I should be able to use the resource verb
list
to fetch tests from the server]And the output should be formatted depending on the flag I use
tracetest list test
Description: List Tests
Required flags: none
Optional Flags:
--all
Get all results, not paginated. If passed,--take
and--skip
do nothing--take N
take N records [default: 20]--skip N
skip the first N records [default: 0]--query
get resources matching the given query stringPretty Output Example:
Total avialable Tests: 2
JSON Output Example:
YAML Output example:
The text was updated successfully, but these errors were encountered: