TestResultsSummary class
Platform: AppiumLanguage: Java 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
import com.applitools.eyes.TestResultsSummary;
Methods
- getAllResults()
- Returns an array of TestResultContainer objects, one per test result.
- iterator()
- You can use this iterator to iterate over all the test results of this run.