Skip to content

Commit 7614f68

Browse files
committed
fix: Appium test fixes
1 parent 4ded84a commit 7614f68

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

appium-tests/config/wdio.appium2.conf.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ exports.config = {
2727
'appium:noReset': false,
2828
'appium:fullReset': false,
2929
'appium:newCommandTimeout': 240,
30-
'appium:wdaLaunchTimeout': 120000,
31-
'appium:derivedDataPath': path.join(__dirname, '../../DerivedData'),
32-
'appium:useNewWDA': false,
33-
'appium:usePrebuiltWDA': true
30+
'appium:wdaLaunchTimeout': 180000
3431
}],
3532

3633
// ===================

appium-tests/config/wdio.appium3.conf.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exports.config = {
2727
'appium:noReset': false,
2828
'appium:fullReset': false,
2929
'appium:newCommandTimeout': 240,
30-
'appium:wdaLaunchTimeout': 120000
30+
'appium:wdaLaunchTimeout': 180000
3131
}],
3232

3333
// ===================
@@ -43,7 +43,17 @@ exports.config = {
4343
autoCompile: false
4444
},
4545

46-
services: [],
46+
services: [
47+
['appium', {
48+
command: 'appium',
49+
args: {
50+
relaxedSecurity: true,
51+
log: './appium.log',
52+
address: '127.0.0.1',
53+
port: 4723
54+
}
55+
}]
56+
],
4757

4858
framework: 'mocha',
4959
reporters: ['spec'],

0 commit comments

Comments
 (0)