getAllResults method
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
let value = obj.getAllResults();
Parameters
This method does not take any parameters.Return value
- Type: TestResultContainer[]