Robot Framework HTML 报告中多个 MESSAGE 的格式

Robot Framework HTML format for several MESSAGE in report

我想定义robotframework报告中"message"字段的*HTML*格式

例如:如果我用关键字 'Page should contains element' 的消息字段定义了第一条错误消息 第二条消息将在 'Set Test Message'

中定义

代码示例:

Page should contains element | locator | message=Error message1

另一个关键字

Set test message | * HTML * <b>Error message2</b> | append=True

在报告消息块中我有:

Error message1 < b >Error message2< /b >

如果我在消息中设置 * HTML *= * HTML *Error message1 我可以在报告中看到 * HTML * 标签

我想定义${TEST MESSAGE}=* HTML * + ${TEST MESSAGE}

好的..只需插入设置测试消息| * HTML *${TEST MESSAGE} 正在拆解