Analyzing test run results
Testground outputs structure
Testground test plans emit outputs
that you can collect and analyse after the test run concludes.
The outputs structure is as follows:
How to collect Testground outputs
The logic for outputs
collection is runner-dependent, e.g.
the
cluster:k8s
runner will download from AWS EFS.the
local:docker
runner will fetch the outputs from the$TESTGROUND_HOME
directory.
Testground also supports automatic outputs collection after a testplan run completes, with the --collect
flag, which instructs the Testground client to download the outputs in the current working directory after the run concludes.
Processing the Testground outputs
At the moment Testground doesn't provide any tools for post-processing of outputs. You are free to submit ideas and pull requests and contribute to this feature.
One way to review all messages sent to stdout
by test plan instances, is with the following command:
Last updated