Skip to content

Instantly share code, notes, and snippets.

@angiejones
Created September 11, 2020 20:52
Show Gist options
  • Save angiejones/9a449e23e7d90d5e5093aeea0b6793e2 to your computer and use it in GitHub Desktop.
Save angiejones/9a449e23e7d90d5e5093aeea0b6793e2 to your computer and use it in GitHub Desktop.
Playwright - Applitools integration
const { chromium } = require('playwright')
const assert = require('assert')
const { Eyes, ClassicRunner, Target, RectangleSize} = require('@applitools/eyes-playwright')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment