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 expression

Restrict selection to tests matching expression. For example: -k ‘key1 and not key2’. The keyword :all: matches all tests

--owner OWNERS

Restrict selection to tests owned by ‘owner’

-p expression

Restrict selection to tests matching the paramter expression. For example: ‘-p cpus=8’ or ‘-p cpus<8’

--regex regex

Restrict 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, --help

Show this help message and exit.