Xray Overall Requirement Coverage Report

Penchochki
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 28, 2021

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 issue.

On the issue screen within the Test Coverage section, it is possible to differentiate both types, but I could not manage to do it when generating coverage reports.

Is there another way to generate a report, showing what is the Cucumber coverage of a project?Xray report.PNGCapture.PNG

1 answer

0 votes
Rogério Paiva - Xray Xporter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 29, 2021

Hi @Penchochki 

Create a filter that selects just the Cucumber Test cases like this:

project = "Testing" AND "Test Type" = Cucumber

Save the filter with this JQL and use the saved filter in the Overall Requirement Coverage report in the advanced section of the filter like this:

jqlfilter.jpg

The Xray JQL testRequirements returns the Requirements (Stories, Epics, etc.) that are linked with the list of Tests found in the argument of the function.

So if you please in the argument a saved filter that returns only Cucumber Tests, the function will only return the Requirements that are tested by Cucumber Test.

Kind regards,
Rogério Paiva [Xray Support Team]

Penchochki
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 30, 2021

Thank you for your response, but I was hoping to achieve something different.

With testRequirements and saved filter, the report will return only the requirements that are tested by Cucumber Test. I would like to see a report where Requirements tested by Cucumber tests are compared to all of the project's requirements.

I was able to do it with the suggestion HERE

I'll be glad to hear if there is a better way to do it?

Rogério Paiva - Xray Xporter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 26, 2021

@Penchochki 

Sorry, no, that suggestion is the best way to address your need.

Thank you.

Kind regards,
Rogério Paiva [Xray Support Team]

Suggest an answer

Log in or Sign up to answer