in the Katalon IDE, there is a Properties tab, which can be used to add the description of the test case, but how to display it in the test report.
or in the script, how to print out block comment in the report?
currently I can only do something like this
WebUI.comment(‘try out\nagain\nok\n’)
is there a better way to convert a block comment to be used in WebUI.comment ?
/*try out
again
ok*/