You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2018. It is now read-only.
mattwynne edited this page Aug 13, 2010
·
27 revisions
Using the Gem’s ‘cucumber’ Command
Assuming you’ve installed cucumber as a gem, run this at a command prompt to see the options for running features:
cucumber --help
For example
cucumber features/authenticate_user.feature --line 44 --format html > features.html
…will run the scenario defined at line 44 of the authenticate_user feature, format it as HTML and pipe it to the features.html file for viewing in a browser.