From 77a8924a9ad2edf84deaa1ab516a3b363a4ff358 Mon Sep 17 00:00:00 2001 From: Basti <18561435+csvtuda@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:42:17 +0100 Subject: [PATCH] Add cypress-xray-plugin to list of plugins (#6042) --- src/data/plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/data/plugins.json b/src/data/plugins.json index bcc4aacd5f..a5f37aeed1 100644 --- a/src/data/plugins.json +++ b/src/data/plugins.json @@ -1021,6 +1021,13 @@ "link": "https://github.com/allure-framework/allure-js/tree/main/packages/allure-cypress", "keywords": ["reporter", "allure", "step", "screenshot"], "badge": "community" + }, + { + "name": "cypress-xray-plugin", + "description": "A plugin for uploading Cypress test results to Xray, including evidence such as screenshots, videos or custom data. Fully compatible with Cucumber.", + "link": "https://github.com/Qytera-Gmbh/cypress-xray-plugin", + "keywords": ["reporter", "xray", "jira", "cucumber", "screenshot", "video"], + "badge": "community" } ] },