canary rebaseline#
Rebaseline tests
canary rebaseline [-h] [-k expression] [--owner OWNERS] [-p expression] [--regex regex] [start]
Positional arguments
- start
Find tests in this view
Optional arguments
-k expressionRestrict selection to tests matching expression. For example: -k ‘key1 and not key2’. The keyword
:all:matches all tests--owner OWNERSRestrict selection to tests owned by ‘owner’
-p expressionRestrict selection to tests matching the paramter expression. For example: ‘-p cpus=8’ or ‘-p cpus<8’
--regex regexRestrict selection to tests containing the regular expression regex in at least 1 of its file assets. regex is a python regular expression, see https://docs.python.org/3/library/re.html
-h, --helpShow this help message and exit.