remove old wdio.config
This commit is contained in:
parent
6f3b09275f
commit
61081d1af5
|
@ -1,19 +0,0 @@
|
|||
exports.config = {
|
||||
path: '/wd/hub',
|
||||
port: 4723,
|
||||
capabilities: [
|
||||
{
|
||||
maxInstances: 1,
|
||||
browserName: '',
|
||||
appiumVersion: '1.22.3',
|
||||
// app: 'android-official-release.apk',
|
||||
platformName: 'Android',
|
||||
platformVersion: '12',
|
||||
deviceName: 'emulator',
|
||||
automationName: 'UiAutomator2',
|
||||
appPackage: 'chat.rocket.reactnative',
|
||||
appActivity: 'chat.rocket.reactnative.MainActivity'
|
||||
}
|
||||
],
|
||||
specs: ['./tests/specs/**/*.js']
|
||||
};
|
Loading…
Reference in New Issue