Why use Cucumber Option Tag, in Cucumber based framework

Why use Cucumber Option Tag, in Cucumber based framework ?

Hey Tom,

Basically Cucumber tag is used for provide link between Feature files and step definition files. Syntax- @CucumberOption(features=“Features”,glue={StepDefinition"})

1 Like