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

Make global variable accessible in Robot Framework listener

In one of my projects weare using Robot Framework and a special listener to push results via XRAY to Jira. Now, we want to call Robot Framework in two different modes named A or B, and different labels need to pushed via XRay to Jira. I don't want…
Aleph0
  • 5,816
  • 4
  • 29
  • 80
4
votes
1 answer

Cucumber test ignored - TestNG

I hope my second question on SO is well scripted. I am trying to automate test cases using Gherkin, TestNG and Selenium in Java. Using a Maven project with Intellij. I am able to launch my Test Case when I launch them in the .feature file but when I…
automaticien
  • 153
  • 5
  • 14
3
votes
1 answer

How cypress can be integrated with Xray in Jira

We are using XRAY in our Jira instance for running so far manual test and record metrics for our QA department. We would like now to move a step further in order to implement Test Automation integrated with X-ray. X-ray can use cucumber syntax for…
serge
  • 391
  • 5
  • 24
3
votes
1 answer

How to integrate Allure Report in karate API automation project

We are using Karate heavily for various projects and though the report generated using karate Reports are more than anyone would need. I am still interested in getting Allure integrated in the mix. Added allure-junit4 dependency and added allure…
Amit Vyas
  • 103
  • 2
  • 8
3
votes
1 answer

Merging surefire JUnit reports

I have a Java project, which consists of loads of maven modules and a considerable amount of unit/integration tests. The project is configured to create test reports via the surefire plugin. Now this plugin basically creates an XML-report per test…
droeder
  • 33
  • 1
  • 8
3
votes
0 answers

Importing results from X-ray api updates each test's labels

I am using X-Ray API to import NUnit TestResult.xml result file to Jira. The scenarios that are being run are present in Jira as Test (XRay). Each NUnit scenario has a tag that matches the Jira test key, there are other tags which are not relevant…
Stoyan Kolev
  • 101
  • 1
  • 9
2
votes
2 answers

Importing cucumber json result from karate feature file to Xray

I am trying to call "POST /rest/raven/1.0/import/execution/cucumber/multipart" for Import Execution Results - REST As this endpoint allows you to send two JSON files, I am written the below karate test @UploadResultMultiPartURL Scenario: To export…
abdul khan
  • 173
  • 5
2
votes
1 answer

How to import json report through automation using REST API and XRay for JIRA and Cucumber + Xray

I can manually import execution result(report.json) through jira and its giving proper status.But i want to achieve through automation i am unable to do so How to do so i tried using below curl command in terminal ..was unable to get expected…
Suryaneel Varshney
  • 85
  • 1
  • 2
  • 13
2
votes
2 answers

How to implement Jira Xray + Robot Framework?

Hello im a new junior test software and i've been asked to study about xray and robot framework and how to implement both. I've made a few Test cases in xray and after i've started to learn about robot framework and till there was all good. Now i've…
IKK
  • 31
  • 1
  • 4
2
votes
1 answer

How to import test execution results using REST API and XRay for JIRA and Cucumber + Xray

I am trying to import test execution results for my project but am having difficulty associating tests with the test execution using the REST API. I have tried to emulate the instructions found at http://xray.xpand-it.com/display/XRAY/REST+API but…
Mornon
  • 59
  • 5
  • 22
2
votes
1 answer

Python with JIRA XRAY integration

I can use jira package with python and upadate or fetch issue details from JIRA. But I want to know how to import test execution results into XRAY JIRA using post requests in python. I have done this already using JAVA and XRAY REST API with a json…
1
vote
1 answer

How to make jira and xray properties dynamic of cypress-xray plugin

I am working as a QA and got a chance to integrate Xray with Jira and cypress for automation testing. I have integrated cypress with xray by following this documentaion -> https://qytera-gmbh.github.io/projects/cypress-xray-plugin/ I have integrated…
1
vote
1 answer

Reference Jira Requirements in Go tests

We are using test automation in Go We are using XRay to manage our tests in Jira In our CI/CD pipeline, we are running gotestsum to create JUnit test output in a results.xml file In our CI/CD pipeline we are uploading the results.xml via XRay…
GermanAndy
  • 37
  • 9
1
vote
2 answers

XRAY and WebdriverIO integration Issue - Partial result imported into XRAY

I have integrated XRAY with webdriver IO , mocha using the guide…
Mahima
  • 43
  • 5
1
vote
1 answer

Import cucumber results to Jira/Xray due the curl

For import results I use curl var util = require('util'); var exec = require('child_process').exec; var command = 'curl -u username:password -F info=@cypress/support/xray-json/issue-data.json -F result=@cypress/cucumber-json/test-results.json…
djkjlz
  • 45
  • 1
  • 8
1
2 3
12 13