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  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.:  Would you mind to take a look into this? Kind regards -- Fank