connection.sh 242 Bytes
#!/bin/sh

PASSWORD="zidonghua"
security unlock-keychain -p $PASSWORD ~/Library/Keychains/login.keychain

UDID=$(idevice_id -l | head -n1)

xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination "id=$UDID" test