How can we generate html report by using jenkins console log count of pass and fail? How can we generate html report by using jenkins console log count of pass and fail? jenkins jenkins

How can we generate html report by using jenkins console log count of pass and fail?


To add reports , you should implement the report or use the testNg report.

1) for testNg report, you no need to write code, you just need to configure in Jenkins as like below

2) for our own reports, you should implement Ireporter interface and add that in tetsNg

enter image description here