Skip to content

Messages issued by ExtentTest's log() or info() method calls not displayed in report #2

@FrankBergemann

Description

@FrankBergemann

In a previous release of the Extent-Report framework using HTML3-version code like

test = extent.createTest("myTest");
test.log(Status.PASS, "Test Step 1 : some action");

made the suplied text appear in the report as desired, see this example
ExtentRepWithLogMessage

This doesn't seem to work any longer with this release. Code like

ExtentTest test = ExtentTestManager.getTest();
test.info("Message");
test.log(Status.PASS, "Some other message");

doesn't result in the messages being displayed, e.g.:
2020-04-08_19h41_04

Would you mind to take a look into this?
Kind regards -- Fank

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions