We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In a previous release of the Extent-Report framework using HTML3-version code like
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
doesn't result in the messages being displayed, e.g.:
Would you mind to take a look into this?
Kind regards -- Fank
The text was updated successfully, but these errors were encountered: