Hii,
Sometimes we need to log a value of variable that very useful to knowing application state, i know there’s some way to print variable like this
and those will also included in reporting html like this:
when run locally we can check the result in katalon log, but when we integrate to CI system, how can we get the log when run Test Suite collections? there’s now way to knowing the value in console log.
So please make a keyword to print variable value in report
FYI, for work around we use keyword
KeywordUtil._markErrorAndStop_("Browser logs: \\n"+ aVariableToPrint)
and it can evaluated variable in report text like this
Screen Shot 2018-04-30 at 16.25.22.png