get_test_result_env_vars
Retrieve environment variable values for a test result to identify configuration context such as browser, OS, or build version. Use this to determine if environment factors contribute to test failures.
Instructions
Get the environment variable values recorded for a specific test result. Shows what configuration context (browser, OS, env name, build) this result ran against. Use this when investigating a failure to understand if the environment is a factor: e.g. 'does this only fail on Chrome 124 but not on Firefox?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testResultId | Yes | Test result ID. Must be a number (integer), not a string. |