Automation test coverage shows 100% on analytics page regardless
Describe the bug When analysing 2 projects automation test coverage percentage doesnt recalculate
To Reproduce Steps to reproduce the behavior:
- Have two projects with one having more manual test cases and the other proportional automated test cases
- go to analytics page
- compare the analytics of both projects
Expected behavior
Automation test coverage should recalculate percentage based on number of automated tests covered however it shows 100%
Screenshots
Desktop (please complete the following information):
- OS: MAC
- Browser chrome
- Browser Version [e.g. 22]
- Application: [production or beta]
Fields 'Automation Coverage' and 'Manual / Automated' is not the same.
In 'Manual / Automated' you can see manual and automated tests counters.
In 'Automation Coverage' you can see percents of tests with 'automatable_label' - settings for this label you can find in the settimgs modal here:
So if you will add label "Automatable" to any of your tests you will see staticstics in this column. We already have discussion for renaming the 'Automation Coverage' naming, but it is still in progress.
Behavrios should be:
Manual vs Automated + label:Automatable
So if no Automatable label it will be
manual vs automated
if no automated tests but tests with automatable label:
manual vs label:automatable
(current behavior)
Hi @selma-spread! The fix is live now. You can check it on your data