Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/examples/run-first-test/first.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ exports.config = {
project: "First Webdriverio Android Project",
build: 'Webdriverio Android',
name: 'first_test',
device: 'Google Pixel 3',
os_version: "9.0",
device: 'Samsung Galaxy S22 Ultra ',
os_version: "12.0",
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
'browserstack.debug': true
}],
Expand Down
4 changes: 2 additions & 2 deletions android/examples/run-local-test/local.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ exports.config = {
project: "First Webdriverio Android Project",
build: 'Webdriverio Android Local',
name: 'local_test',
device: 'Google Pixel 3',
os_version: "9.0",
device: 'Samsung Galaxy S22 Ultra ',
os_version: "12.0",
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
'browserstack.local': true,
'browserstack.debug': true
Expand Down
8 changes: 4 additions & 4 deletions android/examples/run-parallel-test/parallel.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ exports.config = {
},

capabilities: [{
device: 'Google Pixel 3',
os_version: "9.0"
device: 'Samsung Galaxy S22 Ultra ',
os_version: "12.0"
}, {
device: 'Samsung Galaxy S10e',
os_version: "9.0"
device: 'Google Pixel 8 Pro',
os_version: "14.0"
}],

logLevel: 'info',
Expand Down
4 changes: 2 additions & 2 deletions ios/examples/run-first-test/first.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ exports.config = {
project: "First Webdriverio iOS Project",
build: 'Webdriverio iOS',
name: 'single_test',
device: 'iPhone 11 Pro',
os_version: "13",
device: "iPhone 14 Pro Max ",
os_version: "16",
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
'browserstack.debug': true
}],
Expand Down
4 changes: 2 additions & 2 deletions ios/examples/run-local-test/local.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ exports.config = {
project: "First Webdriverio iOS Project",
build: 'Webdriverio iOS Local',
name: 'local_test',
device: 'iPhone 11 Pro',
os_version: "13",
device: "iPhone 14 Pro Max ",
os_version: "16",
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
'browserstack.local': true,
'browserstack.debug': true
Expand Down
4 changes: 2 additions & 2 deletions ios/examples/run-multiple-test/multiple.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ exports.config = {
project: "First Webdriverio iOS Project",
build: 'Webdriverio iOS Multiple',
name: 'multiple_test',
device: 'iPhone 11 Pro',
os_version: "13",
device: "iPhone 14 Pro Max",
os_version: "16",
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
'browserstack.debug': true
}],
Expand Down
8 changes: 4 additions & 4 deletions ios/examples/run-parallel-test/parallel.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ exports.config = {
},

capabilities: [{
device: "iPhone 11 Pro",
os_version: "13"
device: "iPhone 14 Pro Max ",
os_version: "16"
}, {
device: "iPhone 11 Pro Max",
os_version: "13"
device: "iPhone 15",
os_version: "17"
}],

logLevel: 'info',
Expand Down