【发布时间】:2021-06-09 11:33:57
【问题描述】:
我在考虑链接标签
来自https://cucumber.io/docs/cucumber/api/的基本示例
@billing
Feature: Verify billing
@important
Scenario: Missing product description
Given hello
Scenario: Several products
Given hello
我想做的是
@billing
Feature: Verify billing
@important
Scenario: Missing product description
Given hello
Scenario: Several products
Given hello please run @important tag
@important 的所有步骤都会执行,这可能吗?我在谷歌没有找到任何例子:( 如果可以,你能帮我找些材料吗?
堆栈: 带有 cypress-cucumber-preprocessor 的 JS https://github.com/TheBrainFamily/cypress-cucumber-preprocessor 我还查看了所有示例,但没有看到类似的内容
感谢您的帮助:)
【问题讨论】:
标签: testing cucumber e2e-testing gherkin