Skip to content
sameer49 edited this page Nov 9, 2014 · 2 revisions
  • Use “cucumber” command to run features.
  • Use “cucumber BROWSER=browser_name” to run features on specific browser, browser_name can be ff, chrome, ie, safari, opera.
  • Use “cucumber –format html –out result.html” or “cucumber --f html --o result.html” to generate a HTML report.
  • Use “cucumber features/feature_name.feature” to run specific feature if you have multiple feature files.
Clone this wiki locally