ClassicRunner class
Platform: WebdriverIO 5Language: JavaScript SDK:
An object of this class is used to manage multiple Eyes sessions when working without the Ultrafast Grid.
To work with the Ultrafast Grid, use VisualGridRunner instead of this class.
Require statement
const {ClassicRunner} = require('@applitools/eyes-webdriverio');
Constructor
- ClassicRunner()
- The constructor for the ClassicRunner class.
Methods
- getAllTestResults()
- Call this method to get the test results for all the tests that were run using this runner.