Skip to content

Commit

Permalink
Update testing-tools.md (#2026)
Browse files Browse the repository at this point in the history
* Update testing-tools.md

Updated the Percy section.

* Update testing-tools.md

Added Ember doc link.

* Update guides/release/testing/testing-tools.md

Co-authored-by: Ignace Maes <ignacemaes100@msn.com>

---------

Co-authored-by: Anne-Greeth Schot-van Herwijnen <anne-greeth.vanherwijnen@nedap.com>
Co-authored-by: Ignace Maes <ignacemaes100@msn.com>
  • Loading branch information
3 people authored Jul 11, 2024
1 parent 9c80368 commit 80d89b6
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 @@ -158,7 +158,9 @@ Ember Exam also lets you randomize how the tests are run. Why would you want to

### Percy

Last but not least, [Percy](https://percy.io/) is a **visual regression testing** tool that helps you catch accidental style changes. You can try it out for free and pay for additional service.
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.

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.

Expand Down

0 comments on commit 80d89b6

Please sign in to comment.