标签可以使用在以下关键字上
Feature
Scenario
Scenario Outline
Examples
不能使用在 Background
or steps (Given
, When
, Then
, And
and But
).
可以在cucumber.option中指定,从而运行对应的feature、scenario
data table
doc String
Scenario outline
Examples:
原文:https://www.cnblogs.com/wangzhiqiang004/p/12806160.html