erikgt
9 days agoNew Contributor
HTML in log will not render
I'm using the following code in an OnLogError event handler to turn an error stemming from a File checkpoint into a warning: if (LogParams.MessageText.includes('The file checkpoint')) {
Log.W...
- 9 days ago
After some digging through the community, it seems the solution is in: https://support.smartbear.com/testcomplete/docs/reference/project-objects/test-log/log-attributes/extendedmessageasplaintext.html
A pity this is so hard to find, as the more easily found documentation here: https://support.smartbear.com/testcomplete/docs/testing-with/log/posting/messages.html
does reference the possibility of using HTML in the details pane, but doesn't point to this requirement.