markup label is not properly aligned in extentreports

Viewed 7

I am using extentreports for logging results in my testng automation.I am using markuphelper class to create the markup label but the label is not properly ligned in the html page.

Maven dependencies :

<dependency>
            <groupId>com.relevantcodes</groupId>
            <artifactId>extentreports</artifactId>
            <version>2.41.2</version>
            <scope>compile</scope>

        </dependency>


        <!-- https://mvnrepository.com/artifact/com.aventstack/extentreports -->
        <dependency>
            <groupId>com.aventstack</groupId>
            <artifactId>extentreports</artifactId>
            <version>3.1.5</version>
        <scope>compile</scope>

        </dependency>

reference

0 Answers
Related