Skip to content

Instantly share code, notes, and snippets.

@jmoody
Created April 14, 2012 16:37
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 jmoody/2385705 to your computer and use it in GitHub Desktop.
Save jmoody/2385705 to your computer and use it in GitHub Desktop.
script to help with calabash-ios testing - reveals the simulator so you can watch the tests run. saves having to command-tab from terminal to simulator.
/usr/bin/osascript -e 'tell application "iPhone Simulator" to activate'
NO_LAUNCH=1 OS=ios5 cucumber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment