Update real-devices.md

This commit is contained in:
seb vincent
2014-04-30 11:05:49 -07:00
parent 14cd6d4a65
commit 87a7a6bcaa

View File

@@ -30,7 +30,10 @@ installed on the device) or the path to the .ipa file via the `--app` flag or
the `app` desired capability:
```
# appium 0.x
node . -U <UDID> --app <bundle_id>
# appium 1.x
node . -U <UDID> --app <bundle_id> --platform-name <iOS|android>
```
This will start Appium and have Appium use the device to test the app.