【问题标题】:Karate test - how to embed html in Cucumber HTML report?空手道测试 - 如何在 Cucumber HTML 报告中嵌入 html?
【发布时间】:2018-12-17 12:57:17
【问题描述】:

例如在 html 报告中显示链接或显示表格

我尝试了“打印”,但它不起作用(例如,链接显示为纯文本字符串,而不是链接)

【问题讨论】:

    标签: html cucumber karate


    【解决方案1】:

    最新版本0.9.0支持这个:https://github.com/intuit/karate#karate-embed

    参考这个例子:embed.feature

    * eval karate.embed('<h1>Hello World</h1>', 'text/html')
    

    【讨论】:

    • * def embedUrl = """ function(url, hyperlinkText){ var html = ' + hyperlinkText +''; 空手道。嵌入(html,'text/html'); } """
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-12-21
    • 2018-06-07
    • 2023-01-03
    相关资源
    最近更新 更多