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 is List[TestResultContainer]
Type:List[TestResultContainer]