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.
Import statement
from applitools.selenium import TestResultsSummary
all_results property
Syntax
value = obj.all_results
Type: List[TestResultContainer]