extentreports-java
extentreports-java copied to clipboard
Test coverage percentage on dashboard
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