Skip to content

Commit eeb0dd3

Browse files
IOS | Add w3c caps for multiple tests
1 parent 098bea4 commit eeb0dd3

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

ios/examples/run-multiple-test/multiple.conf.js

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@ exports.config = {
99
exclude: [],
1010

1111
capabilities: [{
12-
project: "First Webdriverio iOS Project",
13-
build: 'Webdriverio iOS Multiple',
14-
name: 'multiple_test',
15-
device: 'iPhone 11 Pro',
16-
os_version: "13",
17-
app: process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
18-
'browserstack.debug': true
12+
platformName: "ios",
13+
"appium:platformVersion": "13",
14+
"appium:deviceName": 'iPhone 11 Pro',
15+
"appium:app": process.env.BROWSERSTACK_APP_ID || 'bs://<hashed app-id>',
16+
'bstack:options' : {
17+
"projectName" : "First Webdriverio iOS Project",
18+
"buildName" : "Webdriverio iOS Multiple",
19+
"sessionName" : "multiple_test",
20+
"debug" : "true"
21+
}
1922
}],
2023

2124
logLevel: 'info',
@@ -25,6 +28,7 @@ exports.config = {
2528
waitforTimeout: 10000,
2629
connectionRetryTimeout: 90000,
2730
connectionRetryCount: 3,
31+
services: [['browserstack']],
2832

2933
framework: 'mocha',
3034
mochaOpts: {

0 commit comments

Comments
 (0)