XRAY report for Automated vs manual tests count

amrith_k_shetty February 13, 2020

hi, 

I want to generate a report where I can show the automation coverage i.e. how many tests are automated vs manual. My current solution is use Labels as I automate each test. I cannot use test type value because I want to preserve the manual test case steps. 

Has anyone encountered this issue before? 

 

thanks

2 answers

1 accepted

0 votes
Answer accepted
José Domingues [Xray]
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
February 24, 2020

Hi Amrith, 

Currently, our reports only consider the Test Type to make the count. So if you're using manual tests instead of automated, the reports will not show the correct count since all will be considered Manual. 

Best Regards,

Team Xray

amrith_k_shetty March 2, 2020

thanks @José Domingues [Xray] . any reports that might come in the future to solve this?

0 votes
Celina April 15, 2020

Hi how do I get the test count of only the manual tests ( test type is tagged manual)?do U have any API?

amrith_k_shetty May 13, 2020

You can use JQL to solve this issue. 

issuetype = Test AND project = TEST AND labels = Manual ORDER BY key ASC, labels DESC, created DESC

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events