Cucumber Options(Feature, Glue, Plugin)

  1. features---------------> Path to the feature file or folder.
  2. glue ------------> Package name(s) where step definitions and hooks are located.
  3. tags----------> Run specific scenarios marked with tags.
  4. plugin--------------> Configure output formats like reports (HTML, JSON, etc.).
  5. monochrome----------->If true, removes unreadable characters from console output (makes it plain text)
  6. dryRun--------->If true, checks if all steps have corresponding step definitions without executing them.
  7. name----------> Run scenarios matching name regex.
  8. publish ----------> (Optional) Uploads results to Cucumber Reports cloud.