Closed gvreddyreddy closed 5 years ago
Sample TestNG xml file. sample.zip
One more issue: To show total count in code observed that you have written following code int getTotal() { return getPassed() + getFailed() + getSkipped() + getIgnored() + getRetried(); }
Here ignored and retired count also but not showing in the report so we are unable to understand report .
If we show ignored and retired count in report then count will match.
Thank you @gvreddyreddy for pointing the issue and also provding solution for it. will fix this as part of v1.4 release
Fixed as part of https://github.com/adiralashiva8/testng-metrics/commit/807137d18b040c3a35cea227976fddd398749124 commit
I have executed only 1 test case but Dashboard showing count as 4
Metrics-2019Feb28-1310.zip