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

Test Description is only displayed for the first @Test method that is run first , other @Test method description are not shown. #20

Open prandeepsaikia opened 4 years ago

prandeepsaikia commented 4 years ago

In a single class if there are multiple @Test method with description . Only the description of the first @Test method which ran first is displayed and not for all the methods.

mtorres10 commented 2 years ago

@prandeepsaikia This branch adds descriptions when using ExtentITestListenerClassAdapter.