Skip to content

Instantly share code, notes, and snippets.

@rudiedirkx
Created June 26, 2016 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rudiedirkx/6bd0f369ae470de9741bbcd44d006e8c to your computer and use it in GitHub Desktop.
Save rudiedirkx/6bd0f369ae470de9741bbcd44d006e8c to your computer and use it in GitHub Desktop.
# all at once:
vendor/bin/behat
# per feature:
find features/ -type f -name *.feature | xargs -n 1 vendor/bin/behat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment