extentreports-java icon indicating copy to clipboard operation
extentreports-java copied to clipboard

Test coverage percentage on dashboard

Open yogiraj84 opened this issue 7 years ago • 0 comments

Hi Anshoo,

I have a requirement where I need to display the tests coverage percentage on the report dashboard e.g. I have two modules in my project and its test cases are identified using cucumber tags(@Module1, @module2). Now lets assume each module has 10 test scenarios. Then if 8 scenarios pass then it should display something like Module1 Tests Coverage: 50% (10/20)

Module1 Tests Executed: 80% (8/10)

Please let me know if it is possible in cucumber-extent-reporter .

Thanks in advance. Yogiraj

yogiraj84 avatar Jan 30 '18 10:01 yogiraj84