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
0
votes
1 answer

curl POST cmd works to post to execution evidence in xray but doesn't work with python requests.post

Below curl command works if post to execution evidence in Xray and attaching test.log file to evidence field: curl -H "Content-Type: application/json" -X POST -u user:pwd --data @test.json…
0
votes
1 answer

How to add a test set to a test execution with Jira Rest API

I'm trying to add a test set to an existing test execution in Jira and I found in this documentation link how to associate a test to a test execution but still I didn't know how to use it. It's confusing the request to view the tests of a test…
0
votes
2 answers

How to get the pre-condition of each test with Jira Rest API

I am trying to get data about tests of a Jira test execution such as : Summary, assignee, type, status and pre-conditions (the summary to be precised). The problem is I can't get the pre-condition's data. Of course I can get the pre-condition's key…
0
votes
1 answer

Is there a way of using Jira with XRAY to trigger an external build?

I'm new to stack overflow so I hope I'm not asking the same question as another user or structuring my question in a way which is difficult to read. Background to my problem I'm trying to build an automation framework for testing the functionality…
0
votes
1 answer

Import Cucumber results to Jira/Xray

I am able to run the Cucumber/groovy (with maven/pom.xml) test locally. I'm trying to import the test results (results.jon) generated by cucumber to Jira with Xray. I'm unable to find the steps or procedures required for this. The only source found:…
karthik
  • 1
  • 1
  • 3
0
votes
1 answer

Is there a way to copy/move all test cases from one JIRA project to another, I have Xray plugin installed

I have tried different things and I know there are two ways of moving test cases from one Jira Project to another. 1. Manually move each test case by using option "move". 2. Exporting all the test cases in CSV format and then Import it to new…
sb0789
  • 1
  • 1
  • 1
0
votes
1 answer

Update Cucumber features and test execution results on Xray in Jira

I'm trying to setup an automation framework with Cucumber and Java. I'm using Itellij IDEA as my IDE. I am able to automate the test cases as of now. I read the Xray documentation and realised that I should use the REST API to update the feature…
automaticien
  • 153
  • 5
  • 14
0
votes
1 answer

How can I import serenity test results to XRay test execution?

Test results of serenity/cucumber can't be uploaded to Jira/Xray Test Execution task. Tests executed with mvn clean verify. Upload of Json file results in "No tests found in execution result". Upload of XML file results in "description ->…
Michi
  • 1
  • 1
0
votes
1 answer

Import Test result to jira for cucumber tests

I have Spectron project which outputs to junit reporter as result.xml file. I want to import the test results as test execution to the corresponding Test in Jira Ticket. Some of the Jira Tests are manual and others are cucumber tests. the content of…
FarFarAway
  • 1,017
  • 3
  • 14
  • 35
0
votes
2 answers

Is it possible to convert a .spec file to a .feature file?

I am using gauge framework for testing. I wish to store the execution results in Jira/Xray. But Jira/Xray only support cucumber for automated testing. I am thinking of converting the .spec file to .feature file and add it to the Xray test scenario.…
0
votes
1 answer

How to upgrade Xray 1.12.0 to X Ray 2.0.0 +?

Now we re moving Jira Zephyr to Xray. But we couldn't install X Ray 2.0.0 because of Jira 6 version. I decided to move Xray 1.12.0 even though hasn't more features like Xray 2.0.0. After upgrade the Jira from 6 version to 7, does any problem occur…
-1
votes
1 answer

How to integrate JIRA with Robot Framework scripts of pycharm?

I have my automation scripts written in Pycharm using Python-Selenium-Robot Framework. I want to integrate it with JIRA to keep the track of result and other aspects with JIRA issues. Is there any way to achieve it? I checked for XRay plugin but not…
Amaze_Rock
  • 163
  • 3
  • 16
-1
votes
2 answers

How do I map Angular tests/test suites back to JIRA to track them?

I am struggling how to track my test coverage for an Angular app back to the requirements documentation. Currently all requirements are pages in Confluence which map to JIRA cases for tractability. However, I am not sure how to map my angular…
-2
votes
1 answer

How to authenticate xray from jenkins pipeline script

For Xray on Jira server/datacenter ... Need authentication token to push the results from jenkins pipeline ... How to generate the token or if there is any other way to authenticate and push the test results
Pkpk
  • 7
  • 2
-2
votes
1 answer

HTTP connection to JIRA XRAY Rest API not working

Need help I am trying to connect to XRAY JIRA using Rest API and want to execute a case but getting 400 error response at step inputStream=new InputStreamReader(con.getInputStream(),"UTF-8") java.io.IOException: Server returned HTTP response code:…
1 2 3
12
13