Skip to content

Instantly share code, notes, and snippets.

@jbickar
Created March 10, 2017 00:04
Show Gist options
  • Save jbickar/979b7c14b2e87f693ff506ec1f9d7e6f to your computer and use it in GitHub Desktop.
Save jbickar/979b7c14b2e87f693ff506ec1f9d7e6f to your computer and use it in GitHub Desktop.
Count of Features and Scenarios
TTS-MBP2011: ~/Documents/working/linky_clicky$ find . -name *.feature | grep -E "\./(includes|products|sites)" | wc -l
393
TTS-MBP2011: ~/Documents/working/linky_clicky$ find . -name *.feature | grep -E "\./(includes|products|sites)" | xargs grep Scenario | wc -l
1229
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment