Add additional information to the test result. rtcSetAdditionalInfo() can be used to indicate certain aspects of a test that are important when trying to troubleshoot the results. This can work nicely in conjunction with monitors that alternate users used or backend resources that are accessed.
It is assumed that this command is called once in a test run in one of the probes only.
Arguments
Name | Type | Description |
---|---|---|
info | string | The additional information to show. |
Notes
- The information provided to this command gets stored and displayed in the test results page
- For failed monitor runs, the alert email will include the additional information
- If a webhook is configured for the test, then the webhook will include a new JSON field called “additionalInfo” with the additional information