TestResultsSummary class
Platform: Selenium 3Language: Python SDK:
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
Properties
- all_resultsType:List[TestResultContainer]
- Returns an array of TestResultContainer objects, one per test result.