Skip to content

Instantly share code, notes, and snippets.

@ancorcruz
Created May 18, 2009 12:57
Show Gist options
  • Save ancorcruz/113454 to your computer and use it in GitHub Desktop.
Save ancorcruz/113454 to your computer and use it in GitHub Desktop.
launch a cucumber feature
#!/bin/bash
cucumber -b --r features/support/env.rb -r features/support/enhanced.rb -r features/step_definitions --language es $1
#!/bin/bash
cucumber -b --r features/support/env.rb -r features/support/plain.rb -r features/step_definitions --language es $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment