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

XRAY and WebdriverIO integration

I am trying to integrate XRAY with webdriver IO , mocha using the guide below https://docs.getxray.app/display/XRAYCLOUD/Testing+web+applications+using+Mocha+and+WebdriverIO#tab-API The below - curl -H "Content-Type: application/json" -X POST --data…
Mahima
  • 43
  • 5
1
vote
1 answer

XRay Cloud GraphQL API to return more than 100 results

I'm trying to make use of GraphQL API for Jira XRay Cloud (documentation here ) with the objective of solving the limitation of max 100 results established. More specifically, I would like to be able to somehow retrieve all tests contained on a Test…
ggonmar
  • 760
  • 1
  • 7
  • 28
1
vote
1 answer

Import documentation field from test cases from robot to test in XRAY

Im currently working on a project were i'm importing the output.xml from my test suite to JIRA via XRAY. This create the test (in case they don't exists already) and the execution test (with the results). My problem is that right now, the test are…
jesusfj710
  • 15
  • 3
1
vote
1 answer

Java cucumber without feature file

I am quite new with cucumber and I try to find on the web if it is possible to Use cucumber java library without using feature file from cucumber What I would like to do is to instantiate Java object with Step definition in it (GIVEN/WHEN/THEN) from…
1
vote
1 answer

JUnit 5 report to json or test runner with json reporting

I have a test documentation tool which accepts reports in XML and JSON. I need to attach screenshots to every test case even the passed ones. Unfortunately, the tool (xRay for Jira) can only digest screenshots in a form of JSON and cannot in XML. I…
Vlad Titov
  • 686
  • 1
  • 6
  • 15
1
vote
3 answers

Jira Xray empty Test Details with Behave or Cubumber reports

I'm trying to follow the Testing using Behave in Python tutorial. I can get the import to work, but the "The execution details displays the result of the Cucumber Scenario." does not work.  Here's what I'm doing: I'm creating a new Test Execution…
Leonardo
  • 1,533
  • 17
  • 28
1
vote
1 answer

Jira Xray missing Results Output

I am currently exporting my jUnit test results to Xray via REST API V2. All is fine and as expected, except when a test fails there is no error logged, the Output field is blank: I am importing the jUnit xml file after running Android tests. I have…
Lewis
  • 59
  • 1
  • 1
  • 7
1
vote
0 answers

How to integrate XRAY with karate framework

Currently i am doing a POC on integrating karate with XRAY? how exactly to integrate Xray with Karate Framework
Pope
  • 97
  • 3
  • 12
1
vote
3 answers

How to send test information within Test Execution in Jira Xray?

We are trying to send specific test launch information to the Test Execution in Xray with no luck. Tests are built on Jenkins and communication with Xray is via Xray Connector. We want to have test information in the description and comments of the…
beauvoir
  • 67
  • 1
  • 9
1
vote
2 answers

How to add Test Execution to a Test Plan with Xray Rest API?

I'm trying to add a Test Execution to a Test Plan using Xray Rest API & Axios. I have already created an API key and authenticated successfully like so: const axios = require('axios'); const { argv } = require('yargs'); const { clientId,…
Manuel Abascal
  • 5,616
  • 5
  • 35
  • 68
1
vote
1 answer

Missing feature title while exporting cucumber feature to .feature file in Xray?

While exporting the cucumber file (feature) from Xray Test Execution I recently notice that the feature name is missing (it should be imported from test/task name?) > @XYZ-1234 Feature: > > #description @XYZ-1234 @XYZ-1234 @XYZ-1234…
beauvoir
  • 67
  • 1
  • 9
1
vote
1 answer

Unable to Import Xray report to Jira

Starting to import results from test.xml ERROR: Step ‘Xray: Results Import Task’ failed: Unable to confirm Result of the upload..... Upload Failed!
GPs
  • 67
  • 1
  • 10
1
vote
1 answer

Curl command line to import xml file to Xray

Good afternoon, I'm using robotframework to run some tests. After I run them I have an output.xml file with the results. I searched ways to import these results to Xray and found these…
Ricky
  • 79
  • 1
  • 11
1
vote
1 answer

XRay and XUnit reporter parses multiple test case attributes incorrectly

I'm trying to run these selenium tests with multiple Tms attributes and member data. The aim is to generate XUnit report and import it to XRay test execution ticket. [Theory] [Tms(4045)] [Tms(4081)] [Trait("Category",…
Max Vasiuta
  • 31
  • 1
  • 5
1
vote
1 answer

Is a direct integration of Wiremock (JSON) + Jira + Xray possible?

Details We are currently working with Wiremock to work out our mocks. At the same time, we want to trigger an automation towards Jenkins via Jira and Xray + Cucumber. The automation from Jira/Xray towards Jenkins will be realized via the Jenkins…
Mornon
  • 59
  • 5
  • 22
1
2
3
12 13