add packageAndLaunchActivity support for selendroid

also convert our tests to use this by default so that it's tested
also move it to after prepareDevice so we make sure to run adb commands
with the appropriate device id etc
fix #2083, cc @bootstraponline
This commit is contained in:
Jonathan Lipps
2014-03-17 15:15:48 -07:00
parent f14c5c9108
commit 482d24e0e1
6 changed files with 25 additions and 29 deletions
+1 -3
View File
@@ -4,7 +4,5 @@ var getAppPath = require('../../../helpers/app').getAppPath;
module.exports = {
app: getAppPath('ApiDemos', 'android'),
device: 'Android',
'app-package': 'com.example.android.apis',
'app-activity': '.ApiDemos'
device: 'Android'
};