Command Reference#
canarycanary - an application testing framework
canary [-hvqd] [--version] [-C path] [-p name] [--banner | --no-banner] [--color {auto,always,never}] [-f file]
[-c path] [-e var=val] [--cache-dir CACHE_DIR]
...
Optional arguments
-h, --helpshow this help message and exit
--versionshow version and exit
-C pathRun as if canary was started in path instead of the current working directory.
-p nameLoad given plugin module name (multi-allowed). To avoid loading of plugins, use the no: prefix.
-vIncrease console logging level by 1
-qDecrease console logging level by 1
--banner, --no-bannerPrint banner [default: False]
-d, --debugDebug mode [default: None]
--color {auto,always,never}When to color output [default: auto]
-f fileRead configuration settings from this file
-c pathAdd the colon-separated path to test session’s configuration, e.g. -c debug:true
-e var=valAdd environment variable var to the testing environment with value val.
--cache-dir CACHE_DIRStore job cache info in the given folder [default: .canary_cache/]