From f0ca4090bf8d3a5fae859ba1d63d779130671e5f Mon Sep 17 00:00:00 2001 From: Sergio Freire Date: Thu, 10 Oct 2019 12:40:51 +0100 Subject: [PATCH 1/2] add Xray as a tool that integrates with robot framework --- sources/src/App.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sources/src/App.vue b/sources/src/App.vue index 103565541..e0e386eb0 100644 --- a/sources/src/App.vue +++ b/sources/src/App.vue @@ -739,6 +739,11 @@ export default { title: "Tesults Listener", href: "https://www.tesults.com/docs?doc=robot", text: "A listener that provides a codeless integration experience for test results reporting from Robot Framework into Tesults." + }, + { + title: "Xray Test Management", + href: "https://confluence.xpand-it.com/x/QyekAQ", + text: "Xray is the leading Quality Assurance and Test Management app for Jira. More than 4.5 million testers, developers and QA managers trust Xray to manage 100+ million test cases each month. Xray is a mission-critical tool at over 5,000 companies in 70+ countries, including 137 of the Global 500." } ] } From 4cc0a91295b9fc30d5d9046513e49e9733e09e6e Mon Sep 17 00:00:00 2001 From: Sergio Freire Date: Tue, 14 Apr 2020 14:48:56 +0100 Subject: [PATCH 2/2] changed/simplified Xray description --- sources/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/src/App.vue b/sources/src/App.vue index e0e386eb0..e4cb09b7c 100644 --- a/sources/src/App.vue +++ b/sources/src/App.vue @@ -743,7 +743,7 @@ export default { { title: "Xray Test Management", href: "https://confluence.xpand-it.com/x/QyekAQ", - text: "Xray is the leading Quality Assurance and Test Management app for Jira. More than 4.5 million testers, developers and QA managers trust Xray to manage 100+ million test cases each month. Xray is a mission-critical tool at over 5,000 companies in 70+ countries, including 137 of the Global 500." + text: "Xray is a Test Management app for Jira that provides the ability to track coverage based on traditional manual test cases, exploratory testing and automation-related results. For automation, users can track detailed results from test scripts implemented with Robot Framework and link them to the respective requirements." } ] }