From ebb13ba2d05e1b4e707360e86385d4287b331eda Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Fri, 14 Nov 2025 08:49:45 -0600 Subject: [PATCH] Update Happo plugin description and link We have merged the happo-cypress package into the main happo package, so we need to update this link. The repo can be found at https://github.com/happo/happo but since it handles more than Cypress I thought it might make the most sense to link to the Cypress integration documentation from this page. I am also interested in getting the badge upgraded from community to verified, but I assume that someone at Cypress will need to handle that. Let me know if I should open a PR for this! --- src/data/plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/plugins.json b/src/data/plugins.json index 0bb52ed86e..d38a3e1c43 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -934,8 +934,8 @@ }, { "name": "Happo", - "description": "Cross-platform, cross-browser screenshot testing for modern user interfaces.", - "link": "https://github.com/happo/happo-cypress", + "description": "Catch unexpected visual and accessibility changes and UI bugs", + "link": "https://docs.happo.io/docs/cypress", "keywords": ["screenshots", "visual regression"], "badge": "community" },