Last active
August 29, 2015 14:22
-
-
Save lucascorrea/7e46038d1fcf5a8f79c7 to your computer and use it in GitHub Desktop.
Xcode 6.3.2 command line invocation of UIAutomation Test - Mandatory -t -w -e
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
instruments -t "/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate" | |
-w "iPhone 5s (8.3 Simulator)" | |
"/Users/lucas/Library/Developer/CoreSimulator/Devices/2483020B-7BC7-4958-AEE8-8F0FBFD08DD5/data/Containers/Bundle/Application/B1730E63-8730-43DB-8848-9282B0434493/MOB2all.app" | |
-e UIASCRIPT "Scenariums/logsTest.js" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment