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?
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:
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]
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, no, that suggestion is the best way to address your need.
Thank you.
Kind regards,
Rogério Paiva [Xray Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.