Skip to main content

TestResultsSummary class

An object of this type is used to obtain all of the test results that were run using the VisualGridRunner or ClassicRunner runner.

This class is iterable.

getAllResults method

Syntax

let value = obj.getAllResults();

Parameters

This method does not take any parameters.

Return value

Type: TestResultContainer[]