Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active July 13, 2024 07:13
Show Gist options
  • Select an option

  • Save wilmoore/162b2355edd6a59ebbc187cbea5b2ee9 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/162b2355edd6a59ebbc187cbea5b2ee9 to your computer and use it in GitHub Desktop.
Software Engineering :: Web :: Development :: Browser Testing (E2E)

Software Engineering :: Web :: Development :: Browser Testing (E2E)

⪼ Made with 💜 by Polyglot.

related

Browser Testing Frameworks (E2E)

Visual Regression Testing: works by taking a screenshot of a component or a part of the screen and saving a "golden" image. When your code changes, the visual regression test will take another screenshot of that same component or part of the screen and compare it against the "golden" image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment