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
0 answers

Generating Cucumber report running Specflow

I am working with specflow and need to generate a report in the same format as cucumber, to upload the results to XRay jira plugin. I saw many solutions but it seems that all of them need to use specrun which is no longer supported for .NET 6. I…
Marc
  • 483
  • 2
  • 9
  • 23
0
votes
1 answer

How to extract test case results using Jira Rest API

When I use the Rest API to extract the json file, I am able to view all the issues and fields. However, none of these fields contain any information about the tests run. I am able to see the tests and their result on my Jira software online. Could…
0
votes
1 answer

Update existing test cases blocked in xRay importer

I want to update the action, expected result, and description of existing Xray test cases with the xRay importer feature but the import is each time blocked infinitely. test cases identifier, summary, Jira issue key are all in the header of my CSV…
0
votes
1 answer

Issue creation in jira using Xray python module

How to read a HTML file and create test steps in TEST issue on Jira using Xray python ? Also, do I need to convert HTML file to JSON file for creating TEST using Xray python module ??
0
votes
1 answer

Problem using XrayExportBuilder in Jenkins pipeline

I try to integrate XRay in my Jenkins pipeline (declarative) so I add a step like this: stage('Export features from Xray') { steps{ catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE'){ step([$class:…
0
votes
1 answer

User-friendly vs. generated name and classname in JUnit XML for import to XRay

Using pytest-bdd with the JUnit argument to produce a nice JUnit XML report. I then use a cURL command to import the test to XRay, the Atlassian Jira extension. Jira is running on a server running on our network (not cloud). So I am using something…
Guy
  • 666
  • 1
  • 10
  • 34
0
votes
1 answer

Trigger Jenkins Build from Jira Xray Issue

I am referring to Trigger a Jenkins project build from a Test Plan from Xray docs to trigger a Jenkins build from a Jira issue. While setting up the Custom Web Item, what link should I point to? I have just copied the link from the document. On…
pgundlupet
  • 41
  • 5
0
votes
1 answer

Importing Test Charter from exploratory app into JIRA

I've created a test charter in the exploratory app and now I need to import that charter into the JIRA instance, how can I do that?
0
votes
2 answers

Reporters for Flutter integration testing

I am looking for examples of integrations among Flutter Integration library and test management tools like TestRail or Xray. For Cypress and other browser automation tools I can find plenty of solutions but for Flutter integration basically nothing.
0
votes
1 answer

Jenkins build failing without updating Xray with the failed status

Please forgive me if this is not the place to ask this question. I'm running python scripts in a Jenkins pipeline from a Jenkinsfile. I am also updating Jira Xray tickets within the Jenkisfile. Behave is being used to validate the test status. If…
Bob Ford
  • 3
  • 2
0
votes
1 answer

X-Ray import json result from Jenkins to new test execution under a test plan

i would like to import the results of the execution on an existing test plan but each time in a new test execution i have the below on jenkings stage("Publish XRay Results to JIRA") { // publish results to Jira only when parameter…
Luca Ruggeri
  • 121
  • 1
  • 7
0
votes
0 answers

XRay-Import json result file with Cloud Rest API call getting error "No project could be found with key 'null'."

We are trying to import test execution result in json format to xray Jira cloud by cloud Rest API call. After importing through Rest API call we are getting below error. I gone through the solutions but couldn't got working solution. {"error":…
0
votes
0 answers

XRAY JSON format - unable to partially update issues

I use Serenity Junit archetype and I want to send back the results and update tests in XRAY. Junit has very limited support, it can't be used at all for data driven tests and the test is mapped to a Generic test which doesn't have steps and…
0
votes
2 answers

XRAY integration with jenkins

Need step to integrate XRAY with jenkins , as per the official documentation we need to give JIRA url ,select cloud or server/data center and select the credentials of JIRA account , then the configuration id will be get generated ... So we need to…
Pkpk
  • 7
  • 2
0
votes
1 answer

Copying Label Tags from Xray Requirement Issue type to Cucumber Feature file

Should Label field tags in Jira Requirement Issue type be copied to Cucumber Feature section? We use Feature tags heavily to login and logout our test application in almost all Features. using Jira DC v8.9.0 with Xray v6.1.3
pgundlupet
  • 41
  • 5