VisualGridRunner method
Use this method to create a runner that manages tests that use the Ultrafast Grid to render screenshots.
An object of this class is used to manage multiple Eyes sessions using the Ultrafast Grid. Pass this object to each Eyes constructor. Wait for the results of all instances using the method VisualGridRunner.getAllTestResults.
Syntax
let runner = new VisualGridRunner(options);
Parameters
- options
- Type:RunnerOptionsPlain [Optional ]
- The maximum number of concurrent Eyes session.
Return value
- Type: VisualGridRunner