File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
ios/examples/run-multiple-test Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments