Skip to content

Commit e45bb3a

Browse files
committed
move to webdriver v5 lts
1 parent ff3558b commit e45bb3a

File tree

6 files changed

+17
-16
lines changed

6 files changed

+17
-16
lines changed

android/conf/local.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ exports.config = {
1414
name: 'local_appium_test',
1515
build: 'webdriver-browserstack',
1616
device: 'Google Pixel 3',
17+
os_version: "9.0",
1718
browserName: 'android',
1819
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1920
'browserstack.local': true,

android/conf/multiple.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ exports.config = {
1212
name: 'multiple_appium_test',
1313
build: 'webdriver-browserstack',
1414
device: 'Google Pixel 3',
15+
os_version: "9.0",
1516
browserName: 'android',
1617
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1718
'browserstack.debug': true

android/conf/parallel.conf.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exports.config = {
22
user: process.env.BROWSERSTACK_USERNAME || 'BROWSERSTACK_USERNAME',
3-
key: process.env.BROWSERSTACK_ACCESS_KEY || 'BROWSERSTACK_ACC_KEY',
3+
key: process.env.BROWSERSTACK_ACCESS_KEY || 'BROWSERSTACK_USERNAME',
44

55
updateJob: false,
66
specs: [
@@ -13,14 +13,16 @@ exports.config = {
1313
name: 'parallel_appium_test',
1414
build: 'webdriver-browserstack',
1515
browserName: 'android',
16-
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
16+
app: process.env.BROWSERSTACK_APP_ID || 'bs://43e2a3ac988980aefbb17270c41df964c39a39c0',
1717
'browserstack.debug': true
1818
},
1919

2020
capabilities: [{
21-
device: 'Google Pixel 3'
21+
device: 'Google Pixel 3',
22+
os_version: "9.0"
2223
}, {
23-
device: 'Samsung Galaxy S10e'
24+
device: 'Samsung Galaxy S10e',
25+
os_version: "9.0"
2426
}],
2527

2628
logLevel: 'info',

android/conf/single.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ exports.config = {
1212
name: 'single_appium_test',
1313
build: 'webdriver-browserstack',
1414
device: 'Samsung Galaxy S10e',
15+
os_version: "9.0",
1516
browserName: 'android',
1617
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
1718
'browserstack.debug': true

android/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@
2525
},
2626
"homepage": "https://github.com/browserstack/webdriverio-appium-app-browserstack#readme",
2727
"dependencies": {
28+
"@wdio/cli": "^5.20.1",
29+
"@wdio/local-runner": "^5.20.1",
30+
"@wdio/mocha-framework": "^5.18.7",
31+
"@wdio/sync": "^5.20.1",
2832
"browserstack-local": "^1.4.5"
29-
},
30-
"devDependencies": {
31-
"@wdio/cli": "^6.4.0",
32-
"@wdio/local-runner": "^6.4.0",
33-
"@wdio/mocha-framework": "^6.4.0",
34-
"@wdio/sync": "^6.4.0"
3533
}
3634
}

ios/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@
2525
},
2626
"homepage": "https://github.com/browserstack/webdriverio-appium-app-browserstack#readme",
2727
"dependencies": {
28+
"@wdio/cli": "^5.20.1",
29+
"@wdio/local-runner": "^5.20.1",
30+
"@wdio/mocha-framework": "^5.18.7",
31+
"@wdio/sync": "^5.20.1",
2832
"browserstack-local": "^1.4.5"
29-
},
30-
"devDependencies": {
31-
"@wdio/cli": "^6.4.1",
32-
"@wdio/local-runner": "^6.4.1",
33-
"@wdio/mocha-framework": "^6.4.0",
34-
"@wdio/sync": "^6.4.0"
3533
}
3634
}

0 commit comments

Comments
 (0)