想要跳过范围报告中的背景 url

Want to skip Background urls in Extent Reporting

我正在用空手道生成一份范围报告,其中显示 url 及其状态。我只想显示报告中场景中的主要 urls 而不是背景 urls。有谁知道如何做到这一点?

阅读并理解文档中的这一部分:https://github.com/intuit/karate#report-verbosity

一个简单的方法是调用 Background 中的另一个功能,并且在该功能中有这个标签:

@report=false
Feature:

Scenario:
# some background stuff