Skip to content

v4.1.1 tags tab lost a display of a full name of test #114

@waterwarrior

Description

@waterwarrior

before v4.1.1 on a tags tab we had a full hierarchical name of a test, for example v4.0.9 behavior
image
v4.1.1 displays only a name of a test instead of full hierarchical name
image

code example

            ExtentHtmlReporter htmlReporter = new ExtentHtmlReporter("extent.html");
            htmlReporter.config().setTheme(Theme.DARK);
            ExtentReports mainReport = new ExtentReports();

            mainReport.attachReporter(htmlReporter);
            ExtentTest test = mainReport.createTest("Test").assignCategory("test category");
            ExtentTest node = test.createNode("Node").assignCategory("node category");
            node.createNode("step").pass("pass");
            htmlReporter.config().setReportName("report");
            mainReport.flush();

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions