extent-framework / extentreports-testng-adapter

TestNG Adapter for Extent Framework
http://extentreports.com/docs/versions/4/java/testng.html
Apache License 2.0
50 stars 14 forks source link

Printing Test class description #7

Closed PrasadKhandekar closed 4 years ago

PrasadKhandekar commented 4 years ago

Hello,

I have noticed that the description provided on the Test annotation at the class level does not get printed in the HTML report. It will be really nice if its gets printed in the report as well just below the <h5 class='test-name'></h5> element (v3-html-test-view.ftl).

Looked at the ExtentTestManager.java & feel that the method `createTest(ITestResult result, ExtentTest classTest)' needs some modifications.

anshooarora commented 4 years ago

@PrasadKhandekar can you check with the latest snapshot:

<groupId>com.aventstack</groupId>
<artifactId>extentreports-testng-adapter</artifactId>
<version>1.0.4-SNAPSHOT</version>
PrasadKhandekar commented 4 years ago

Thank you Ansho for fixing the issue. I will revert back after checking it today!