extentreports-testng-adapter icon indicating copy to clipboard operation
extentreports-testng-adapter copied to clipboard

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

Open prandeepsaikia opened this issue 5 years ago • 1 comments

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.

prandeepsaikia avatar Sep 02 '20 23:09 prandeepsaikia

@prandeepsaikia This branch adds descriptions when using ExtentITestListenerClassAdapter.

mtorres10 avatar Mar 25 '22 00:03 mtorres10