We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb5b65 commit 1056043Copy full SHA for 1056043
test/helper/AppiumV2_test.js
@@ -30,8 +30,8 @@ describe('Appium', function () {
30
recordVideo: 'false',
31
recordScreenshots: 'false',
32
platformName: 'Android',
33
- platformVersion: '6.0',
34
- deviceName: 'Android Emulator',
+ platformVersion: 'current_major',
+ deviceName: 'Android GoogleAPI Emulator',
35
androidInstallTimeout: 90000,
36
appWaitDuration: 300000,
37
},
0 commit comments