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

Ho to run multiple mobile tests on Sauce Labs via Jenkins?

I have a problem with run Jenkins job with additional parameters In my package.json I named a script name with some browser configs like: "mobile": "npx wdio run ./config/wdio.mobile.conf.js" I have got a config file with my mobile…
beauvoir
  • 67
  • 1
  • 9
0
votes
1 answer

Specifying the test plan for importing TestNG results into Jira has no effect

I'm trying to import TestNG results into Jira through the Multipart API (https://docs.getxray.app/display/XRAYCLOUD/Import+Execution+Results+-+REST#ImportExecutionResultsREST-TestNGXMLresultsMultipart). My Test Exceution JSON looks like this: { …
Peter
  • 533
  • 1
  • 6
  • 17
0
votes
2 answers

JIRA - [XRAY]- How to batch append tests from one existing test plan to another existing test plan

I have two test plans with a lot of tests. I want to select all in one test plan, and add these tests to another existing test plan, leaving the second with all the original tests plus the ones appended from the first. When I select all the tests…
0
votes
1 answer

why all testcases not getting reported to xray

i am triggering my test from jenkins Total Tests: 393 (±0) Failed Configurations: 0 (±0) Failed Tests: 18 (±0) but in Xray cloud - TOTAL TESTS: 60 PASSED- 46 , FAILED-14 for entire regression... My TestNG…
0
votes
1 answer

Problem using XrayImportBuilder in Jenkins

I'm trying to integrate XRay in my Jenkins pipeline. For that I'm adding a step like this: step([$class: 'XrayImportBuilder', endpointName: '/cucumber/multipart',credentialId:'credentials', importFilePath: cucumber_json_path, importInfo: """{ …
Carabes
  • 532
  • 2
  • 4
  • 16
0
votes
1 answer

Replicating new artefacts from Gitlab to Jira XRAY Repository

Introduction Suppose, if I create a new Test (lets name that TEST-100) in Jira and then I push the same to Gitlab to utilize this in a CI pipeline. Now, if I have move this TEST-100 to folder "Root/Technical" in Gitlab, the test should also move to…
Nike
  • 23
  • 1
  • 10
0
votes
1 answer

Test environment for Cucumber test executions

I'm importing Java Cucumber test executions using the REST endpoint: /rest/raven/1.0/import/execution/cucumber I want to add the "Test environment" where this test was executed. Is this possible for Cucumber test executions? The documentation…
Sérgio
  • 13
  • 1
  • 3
0
votes
1 answer

How to include Jira field (test repository) from Gitlab pipeline YML file

Introduction Currently, I have a working Gitlab pipeline which which fetches, downloads the .feature file from Cucumber framwork, executes the test and upload the results back to JIRA. The JIRA environment is equipped with XRAY plugin as well. This…
Nike
  • 23
  • 1
  • 10
0
votes
1 answer

XRAY_Can we map one robot test case with multiple tags(multiple test cases in Jira) using Xray

Xray:I have one robot test case that covers multiple test cases in Jira. Is it possible to execute one test script and update multiple test cases with passed or failed status in Jira using Xray Below is the robot test case that has multiple test…
0
votes
1 answer

Error importing testng xml report to jira xray

when i try importing testng xml report to xray jira manualy/automation its throwing error "Error importing Execution results Error creating tests in jira with following error Project Name is required { "error": "Error creating tests in Jira with…
0
votes
1 answer

Adding Preconditions description in Document Generator

Xray's Document Generator has a Store with the most common templates. I added "Test Plan Advanced with Cover Page" report and found out that doesn't include Preconditions for every Test. I tried to add it in document template: #{for…
Tim
  • 3
  • 1
0
votes
1 answer

manipulating test steps with xray cloud

I am trying to add tests steps to a Test issue on Jira-Xray on the fly, so I will be able to import tests results by steps (i dont know how many steps I'm going to have before running the test). I found that API endpoint for Jira server:…
0
votes
1 answer

Xray Overall Requirement Coverage Report

I am trying to generate Overall Requirement Coverage Report using Xray plugin for Jira. No matter what I do, it seems like it is not possible to separate Stories covered by Cucumber Test type issue and the ones covered by Manual Test…
0
votes
1 answer

How to add pre-scenario for Scenario Outline in Jira Xray?

I want to add pre-steps to Scenario Outline as Scenario, but I don't want to add pre-condition. How can I do that in Jira Xray? Some illustrative example: Scenario: Given: Open website Then: Check URL Scenario Outline: When I click this…
beauvoir
  • 67
  • 1
  • 9
0
votes
1 answer

Allure and Jira X-Ray integration

Our customer is using Allure and Cypress in his development environment and would like to integrate this environment into Jira X-Ray. As far as I could read, Allure is processing test result and report. How those test result can be send back to…
serge
  • 391
  • 5
  • 24