remove old wdio.config

This commit is contained in:
GleidsonDaniel 2022-04-08 10:44:26 -03:00
parent 6f3b09275f
commit 61081d1af5
1 changed files with 0 additions and 19 deletions

View File

@ -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']
};