what does @cucumberoptions do
Tag used to customize the running of the cucumber tests
• Inside @CucumberOptions you can add:
o dryRun
o Plugin
§ “Pretty”
• Adds more info in the console à Gives you tag, scenario, method info.
• "html:target/cucumber report" àGenerates html report located
in target/cucumber report folder
“json:target/cucumber.json
§ Tags
• Tags must be located in feature path
• Can add multiple tags...tags= “@Dog, @Cat”
§ Features location of where feature files are
§ Glue where to look for step definition steps. hook class is part of glue too