From 4201fd7e1ee007abbcc9d0b885476c5197f82513 Mon Sep 17 00:00:00 2001 From: kabirfaisal1 Date: Mon, 24 Mar 2025 21:24:42 -0400 Subject: [PATCH 1/2] added new plugins in the list --- src/data/plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/plugins.json b/src/data/plugins.json index 310966be7f..6d370dfa4d 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -1042,6 +1042,13 @@ "link": "https://github.com/Qytera-Gmbh/cypress-xray-plugin", "keywords": ["reporter", "xray", "jira", "cucumber", "screenshot", "video"], "badge": "community" + }, + { + "name": "cypress-xporter", + "description": "Cypress Xporter is a CLI tool that syncs your Cypress test results with Jira, TestRail, and Confluence. It automates the process of merging test reports, creating bug tickets, updating test plans, and documenting test summaries — all from your terminal.", + "link": "https://www.npmjs.com/package/cypress-xporter", + "keywords": ["Jira", "TestRail", "Confluence"], + "badge": "community" } ] }, From 9b05db3a7cd7a8c303faf3bd3b08c583cc76375e Mon Sep 17 00:00:00 2001 From: kabirfaisal1 Date: Tue, 25 Mar 2025 08:52:59 -0400 Subject: [PATCH 2/2] changed the link to github instead of npm page --- src/data/plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/plugins.json b/src/data/plugins.json index 6d370dfa4d..47b10fc9ea 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -1046,7 +1046,7 @@ { "name": "cypress-xporter", "description": "Cypress Xporter is a CLI tool that syncs your Cypress test results with Jira, TestRail, and Confluence. It automates the process of merging test reports, creating bug tickets, updating test plans, and documenting test summaries — all from your terminal.", - "link": "https://www.npmjs.com/package/cypress-xporter", + "link": "https://github.com/kabirfaisal1/cypress-reporter/tree/main/packages/cypress-xporter", "keywords": ["Jira", "TestRail", "Confluence"], "badge": "community" }