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

Add test description to test details for ExtentITestListenerClassAdapter #24

Open mtorres10 opened 2 years ago

mtorres10 commented 2 years ago

With current behavior of adapter test description is not displayed for each test when using ExtentITestListenerClassAdapter. This commits adds the following functionality:

This will probably address issue #20

Screenshot for results: image

Phildor92 commented 2 years ago

Can this PR be merged?