CLI Reference
tracetest run​
Run tests and test suites
Synopsis​
Run tests and test suites
tracetest run [testsuite|test] [flags]
Options​
-f, --file strings path to the definition file (you can define multiple paths by repeating this option), or alternatively, you can pass a directory.
-g, --group string Sets the Run Group ID for the run. This is used to group multiple runs together.
-h, --help help for run
--id strings id of the resource to run (can be defined multiple times)
-j, --junit string file path to save test results in junit format
--required-gates strings override default required gate. valid options: analyzer-score, analyzer-rules, test-specs
-W, --skip-result-wait do not wait for results. exit immediately after test run started
--vars string variable set file or ID to be used
Options inherited from parent commands​
-c, --config string config file will be used by the CLI (default "config.yml")
-o, --output string output format [pretty|json|yaml]
-s, --server-url string server url
--skip-verify skip verification of the server certificate (allows self signed, for example)
-v, --verbose display debug information
SEE ALSO​
- tracetest - CLI to configure, install and execute tests on a Tracetest server