Skip to content

Commit dadb9bc

Browse files
committed
fix: deprecate appium 1.x
1 parent 8eea941 commit dadb9bc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/helper/AppiumV2Web_test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ describe('Appium Web', function () {
1515
browser: 'chrome',
1616
restart: false,
1717
desiredCapabilities: {
18-
appiumVersion: '2.0.0',
18+
'sauce:options': {
19+
appiumVersion: '2.0.0',
20+
},
1921
recordVideo: 'false',
2022
recordScreenshots: 'false',
2123
platformName: 'Android',

test/helper/AppiumV2_test.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ describe('Appium', function () {
2121
app: apk_path,
2222
appiumV2: true,
2323
desiredCapabilities: {
24-
appiumVersion: '2.0.0',
24+
'sauce:options': {
25+
appiumVersion: '2.0.0',
26+
},
2527
browserName: '',
2628
recordVideo: 'false',
2729
recordScreenshots: 'false',

0 commit comments

Comments
 (0)