Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FrankBergemann opened this issue Apr 8, 2020 · 0 comments

Comments

@FrankBergemann
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant