Skip to content

Instantly share code, notes, and snippets.

@angiejones
Created November 12, 2020 02:27
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/ba99eec59ed690728ad9d51259f5400d to your computer and use it in GitHub Desktop.
Save angiejones/ba99eec59ed690728ad9d51259f5400d to your computer and use it in GitHub Desktop.
Using Applitools visual testing for localization testing
@Test
public void test_English() {
goToEnglishVersion();
eyes.checkWindow();
}
@Test
public void test_Spanish() {
goToSpanishVersion();
eyes.checkWindow();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment