Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the user to specify a prefix to the cucumber command. #3

Merged
merged 1 commit into from Jun 19, 2012

Commits on Jun 19, 2012

  1. Add a command_prefix option.

    The command_prefix option allows you to prepend any other shell script
    to your cucumber execution. For example, for terminal only cucumber
    tests you may need to run xvfb-run before the cucumber command. The
    command prefix option will allow you to do that.
    mikefarmer committed Jun 19, 2012
    Copy the full SHA
    935d3f0 View commit details
    Browse the repository at this point in the history