Skip to content

Commit

Permalink
Update guides/release/testing/testing-tools.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ignace Maes <[email protected]>
  • Loading branch information
MinThaMie and IgnaceMaes authored Jul 11, 2024
1 parent f72c315 commit 37e1db5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion guides/release/testing/testing-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ Ember Exam also lets you randomize how the tests are run. Why would you want to

Last but not least, [Percy](https://percy.io/) is a **visual regression testing** tool that ensures consistent user interfaces across different browsers and devices by identifying visual bugs. It captures screenshots of web pages at different development stages and compares them pixel-by-pixel to detect any visual differences.

This tool is invaluable for maintaining visual consistency and quality in web applications. By providing faster feedback cycles early in the development process, Percy enables teams to promptly identify and address bugs, contributing to the overall quality and stability of the deployed UI, and ultimately delivering better user experiences. [Learn more](https://www.browserstack.com/docs/percy/integrate/ember)
Visual regression testing is useful for maintaining visual consistency and quality in your app. Check out the [Percy documentation](https://www.browserstack.com/docs/percy/integrate/ember) to set it up in an Ember app.

While we don't recommend this practice in general, you might also use Percy in lieu of application tests to capture complex workflows.

## Summary

Expand Down

0 comments on commit 37e1db5

Please sign in to comment.