Skip to content

Instantly share code, notes, and snippets.

@idStar
Created September 17, 2014 13:42
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 idStar/485516741b4e5ea95b7b to your computer and use it in GitHub Desktop.
Save idStar/485516741b4e5ea95b7b to your computer and use it in GitHub Desktop.
Xcode 6 command line invocation of UIAutomation Test
# This is what I tried, but I just got crickets after executing it; with nothing happening and no results posted.
instruments -t "/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate" "/Users/sohail/Library/Developer/CoreSimulator/Devices/7232A640-A9D2-4626-A2AD-37AFFF706718/data/Containers/Bundle/Application/D07FEC4B-76AD-4844-8362-08E771B81053/MyAppName.app" -e UIASCRIPT "/Users/sohail/source/MyAppName/MyAppNameAutomationTests/TestRunner.js" -e UIARESULTSPATH "Users/sohail/source/MyAppName/MyAppNameAutomationTests/TestResults"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment