canary status#
Print information about a test run
canary status [-h] [--durations [N]] [-o FORMAT_COLS] [-r char] [--sort-by {duration,name}] ...
Positional arguments
- specs
Show status history for these specific specs
Optional arguments
--durations [N]Show N slowest test durations (N<0 for all) [default: 10]
-o FORMAT_COLSComma separated list of fields to print to the screen [default: ID,Name,Session,Exit Code,Duration,Status,Details]. Choices are: • Name: the testcase name • FullName: the testcase full name (name including relative execution path) • Session: the session name the testcase was last ran in • Exit Code: the testcase’s exit code • Duration: testcase duration • Status: testcase exit status • Details: additional details, if any
-r charShow test summary info as specified by chars: (p)assed, (t)imeout (d)iffed, (f)ailed, (n)ot run, (s)kipped, (a)ll (except passed), (A)ll. [default: dftns]
--sort-by {duration,name}Sort cases by this field [default: name]
-h, --helpShow this help message and exit.