In execution reports, Katalon shows Test Case as Failed when an Assert statement fails, but when we drill down the detailed execution logs for each statement, the failed Assert Statement is shown in GREEN color. My expectation is that, Assert Statement should be in RED color. Any thoughts?
For same Test Case if we use KeywordUtil.markFail for verification instead of TestngAssert, then statement will be shown in RED color.