Skip to content

Instantly share code, notes, and snippets.

@angiejones
Created September 11, 2020 21:10
Show Gist options
  • Save angiejones/43ff2914631b546723af7fdb9b1a1355 to your computer and use it in GitHub Desktop.
Save angiejones/43ff2914631b546723af7fdb9b1a1355 to your computer and use it in GitHub Desktop.
Playwright - Applitools Ultrafast Grid
const {VisualGridRunner, Eyes, Target, Configuration, RectangleSize, BatchInfo, BrowserType, DeviceName, ScreenOrientation} = require('@applitools/eyes-playwright')
describe('Automation Bookstore', function () {
let browser, page
const eyes = new Eyes(new VisualGridRunner(10))
//...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment