Uploaded image for project: 'Xray for Jira Cloud'
  1. Xray for Jira Cloud
  2. XRAYCLOUD-8500

GetTestRun Graphql API call does not export Examples information

    XporterXMLWordPrintable

Details

    • Bug
    • Status: Open
    • Medium
    • Resolution: Unresolved
    • Xray Cloud 4.12.3-1
    • Continuous Delivery
    • GraphQL
    • None
    • Jira Cloud, REST API - Postman

    • UNCOVERED

    Description

      Description

      The Graphql getTestRun API call cannot export example information of the Cucumber Test Run.

      Pre-conditions:

      Having a Test Run for a Cucumber Test with examples.

      How to reproduce

      1. Use the following Graphql body to export example information:
      2. POST https://xray.cloud.getxray.app/api/v2/graphql
        {
            getTestRun( testIssueId: "11165", testExecIssueId: "11164") {
                id
                gherkin
                examples {
                    id
                    status {
                        name
                    }
                }
            }
        } 

      Actual result/Attachments:

      The example information is not exported even if the Test Run has valid data in it.

       

      Expected result:
      The API call should export example data.

      Version
      Xray Cloud - 4.12.3-1

      Attachments

        Issue Links

          Activity

            People

              joana.fonseca Joana Fonseca
              jayanthi.murthi Jayanthi Murthi
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated: