Skip to content

Instantly share code, notes, and snippets.

@dannyshain
Last active March 12, 2021 01:36
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 dannyshain/2ba5b859ca65caba9df2723d77650746 to your computer and use it in GitHub Desktop.
Save dannyshain/2ba5b859ca65caba9df2723d77650746 to your computer and use it in GitHub Desktop.
Visual UI Testing
// Start visual UI testing
eyes.open(driver, "iOS test application", "test");
// Visual validation point #1
eyes.checkWindow("Initial view");
driver.findElementByAccessibilityId("Views").click()
// Visual validation point #2
eyes.checkWindow("After compute");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment