Questions tagged [jira-xray]

xray is a testcase management application which supports integration with JIRA.

xray is a testcase management application which supports integration with JIRA, one of the leading defect tracking tools. The integration helps you link your defects with the test cases and improves the trace-ability.

184 questions
1
vote
1 answer

Create Test using Xray REST API and link to Test Set

I am trying to create a test using Xray REST API. At the time of creation, I am also trying to add the test case to a test set which already exists. This is my input json for the POST. { "fields": { "project": {"key": "TEAM"} ,"summary":…
srinathbharadwaj
  • 125
  • 2
  • 13
1
vote
1 answer

Error in Jenkins-Xray result import task using TestNG XML

I am trying to import the test results using Xray from Jenkins and using the TestNG XML as a source file. When its trying to import the results from Jenkins it was failing with the below error Import Cucumber features Task…
Prabhu
  • 394
  • 1
  • 7
  • 23
1
vote
1 answer

Deleting test executions in test plan using REST API

so i'm trying to figure out how to implement some sort of retention policy in Xray JIRA for test executions, i.e. deleting all test executions past some certain date. The plan is to implement an external application to periodically (maybe once a…
byuu
  • 93
  • 2
  • 7
1
vote
1 answer

How to find Test Sets without any tests in them?

I am trying to create a search that will return all the Test Sets that are empty (without any assigned Tests in them). I've checked the testSetTests function, but I can't find a way of checking that the number of those tests is zero. Did anyone face…
ggonmar
  • 760
  • 1
  • 7
  • 28
1
vote
2 answers

updating automation results to Xray test cases within execution without creating additional test cases

We use Xray for test case management and have automated few test cases. We use jenkins to execute the automated test cases and use the plugin to read the results xml file and update the test run. However, for every automated test case it created a…
1
vote
1 answer

JIRA Xray connection with Jenkins

Hello everyone I'm newbie there, I seeking some solution how to connect Jenkins with Xray test management plugin, because I need change condition of test result after Jenkins finished execution of current test. Is there any person who have…
1
vote
1 answer

Run Cucumber JVM @BeforeClass Without Feature Files

The title may be a bit confusing at this point; hopefully I can clear it up. What I Have I'm running Cucumber JVM with Selenium WebDriver to automate our system test cases. These test cases are currently stored in JIRA using the XRay Test…
D.R.
  • 13
  • 1
  • 6
1
vote
1 answer

Xray for Jira Jenkins NUnit test results import task

Hi my Import job with Jenkins is failing with below error . I'm trying to import .xml from Slave machine. I can able to see .xml file in slave location but still getting the error for file not found . when we run the test from Master then it can…
v. api
  • 47
  • 10
1
vote
2 answers

Can i have test management tool named Xray while i have older one named Zephyr?

In my project, test cases located in Jira Zephyr. I have some troubles with Zephyr as you know ( lack of preconditions for test cases, native support for BDD ...). So I decided to switch test management tool to Xray. I haven't found any solution to…
0
votes
0 answers

Xray robot framework integration issue

I am trying to integrate robot framework results to xray.but getting error like " create test execution failed".. Using only project I'd and test cases tagged with user story id Any solution for this I have tried standard url only...not using…
0
votes
1 answer

Multiple Jenkin execution results in replacing the result values in XRay issue

I am trying to integrate Junit, Jenkins with Xray such that post automation it has to update the Xray test cases. I have specified the dedicated Test Execution value so that after every execution, same issue needs to be updated with the Xray…
0
votes
1 answer

Is it possible to read XRay activities via REST?

I have this report of a test execution for a test from a test plan: https://myjira/secure/XrayExecuteTest!default.jspa?testExecIssueKey=XXX&testIssueKey=XXX&testPlanIssueKey=XXX and there is a box called "Activity" where I can see all the changes…
Baradé
  • 1,290
  • 1
  • 15
  • 35
0
votes
1 answer

Response for X-ray import using cucumber JSON is not as expected using v1.0

I am trying to import Cucumber/Karate test execution in JSON format but the response is not as expected and doesn't import it in X-ray test execution The response I get when I import the json is {"testExecIssue": { "id": "some number", …
0
votes
1 answer

Error in Xray Rest API Request to execution cucumber Json result test in Jira

I am trying to send api request using: `curl --location 'https://xray.cloud.getxray.app/api/v1/import/execution/cucumber' \ --header 'Authorization: Bearer $token' \ --header 'Content-Type: application/json' \ --data '**jsonresulttest**'` I am…
shi
  • 1
0
votes
1 answer

Update the Jira Xray execution summary when uploading JUnit XML to Xray

I'm trying to update the Summary of Xray execution in Jira while Uploading JUnit XML to Xray. But I was not able to find a parameter to add execution summary text into Xray results upload pipeline step. Is there a way to update following execution…
Nipuna Madusanka
  • 194
  • 2
  • 11
1 2
3
12 13