Skip to content

Commit 6b7c8f1

Browse files
committed
fix: appium tests
1 parent 5826298 commit 6b7c8f1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/appium_Android.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 3.x
7+
- 5228-fix-appium-tests
78

89
env:
910
CI: true

test/helper/AppiumWeb_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ describe('Appium Web', function () {
2222
platformName: 'Android',
2323
platformVersion: '6.0',
2424
deviceName: 'Android Emulator',
25+
automationName: 'UiAutomator2',
2526
},
2627
host: 'ondemand.saucelabs.com',
2728
port: 80,

test/helper/Appium_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ describe('Appium', function () {
3333
deviceName: 'Android GoogleAPI Emulator',
3434
androidInstallTimeout: 90000,
3535
appWaitDuration: 300000,
36+
automationName: 'UiAutomator2',
3637
},
3738
restart: true,
3839
protocol: 'http',

0 commit comments

Comments
 (0)