mirror of
https://github.com/appium/appium.git
synced 2026-04-28 06:20:31 -05:00
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:
@@ -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'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user