TestResultsSummary class
Platform: Selenium 4Language: JavaScript 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.
Require statement
const {TestResultsSummary} = require('@applitools/eyes-selenium');
Methods
- getAllResults()
- Returns an array of TestResultContainer objects, one per test result.