Skip to content

Commit

Permalink
fix: deprecate appium 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Nov 1, 2023
1 parent 0cfdb68 commit fec2c29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/helper/AppiumV2Web_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ describe('Appium Web', function () {
browser: 'chrome',
restart: false,
desiredCapabilities: {
appiumVersion: '2.0.0',
'sauce:options': {
appiumVersion: '2.0.0',
},
recordVideo: 'false',
recordScreenshots: 'false',
platformName: 'Android',
Expand Down
4 changes: 3 additions & 1 deletion test/helper/AppiumV2_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ describe('Appium', function () {
app: apk_path,
appiumV2: true,
desiredCapabilities: {
appiumVersion: '2.0.0',
'sauce:options': {
appiumVersion: '2.0.0',
},
browserName: '',
recordVideo: 'false',
recordScreenshots: 'false',
Expand Down

0 comments on commit fec2c29

Please sign in to comment.