1.

What Are Tags In Cucumber?

Answer»

Gherkin's Feature structure forces organization. However, in cases where this DEFAULT organization is inconvenient or insufficient, Gherkin PROVIDES Tags. Tags are @-prefixed strings and can be placed before.

  • Feature
  • Scenario
  • Scenario Outline

Examples: An element can have multiple tags and INHERITS from parent elements.

Gherkin's Feature structure forces organization. However, in cases where this default organization is inconvenient or insufficient, Gherkin provides Tags. Tags are @-prefixed strings and can be placed before.

Examples: An element can have multiple tags and inherits from parent elements.



Discussion

No Comment Found