The information in this topic may be out of date. The current SDK reference guide has moved here.
all_results property
Returns an array of TestResultContainer objects, one per test result.
The number of tests results is the number of tests run (calls to open) multiplied by the number of configured browsers and devices on the Ultrafast Grid.
Syntax
value = obj.all_results
Type:List[TestResultContainer]