adiralashiva8 / testng-metrics

A HTML Report of test executions via TestNG (No code changes required, Export results)
https://testng-metrics.netlify.com/#
MIT License
3 stars 3 forks source link

Class Metrics: Test Method column includes counts of @Before & @After methods #9

Closed saurabhgupta94 closed 5 years ago

saurabhgupta94 commented 5 years ago

The count of test must be including be only including no of Test, Not @Before & @After Method in Class Metrics.

This is a minor change which can be fixed and should be made available for next version.

Thanks.

adiralashiva8 commented 5 years ago

@saurabhgupta94 Fixed at this pull request https://github.com/adiralashiva8/testng-metrics/pull/10