| name | The name of the test suite. | |
| hash | The unique hash for the test execution, the same one that it returned by the Endtest API call for running a test. | |
| configuration | The configuration of the machine or mobile device on which the test was executed. | |
| passed | The number of assertions that have passed. | |
| failed | The number of assertions that have failed. | |
| errors | The number of errors that have been encountered. | |
| logs | The detailed logs for the test execution. | |
| video_url | The URL for the video recording of the test execution. | |
| variables | All of the variables from the test execution, both system variables and the variables defined by the user. | |
| test_case_management | The ID, Name, Status and External IDs for each Test Case. | |
| source | It will always have the value ‘endtest’. You can use it in your script to identify the requests coming from our platform. | |