Skip to content

Instantly share code, notes, and snippets.

@angiejones
Created September 11, 2020 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save angiejones/a1540e6cc02d3eb7893f3044235f6f77 to your computer and use it in GitHub Desktop.
Save angiejones/a1540e6cc02d3eb7893f3044235f6f77 to your computer and use it in GitHub Desktop.
Playwright - Declare Applitools Eyes
describe('Automation Bookstore', function () {
let browser, page
const eyes = new Eyes(new ClassicRunner())
//...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment