Skip to content

Commit ad6dfea

Browse files
committed
added capability in ios config for enabling wordpress app
1 parent 723d27a commit ad6dfea

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ios/src/test/resources/conf/local.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"name": "local_appium_test",
99
"browserstack.debug": true,
1010
"browserstack.local": true,
11-
"app": "bs://<hashed app-id>"
11+
"app": "bs://<hashed app-id>",
12+
"browserstack.enterpriseApp":true
1213
},
1314

1415
"environments": [{

ios/src/test/resources/conf/parallel.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"build": "junit-browserstack",
88
"name": "parallel_appium_test",
99
"browserstack.debug": true,
10-
"app": "bs://<hashed app-id>"
10+
"app": "bs://<hashed app-id>",
11+
"browserstack.enterpriseApp":true
1112
},
1213

1314
"environments": [{

ios/src/test/resources/conf/single.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"build": "junit-browserstack",
88
"name": "single_appium_test",
99
"browserstack.debug": true,
10-
"app": "bs://<hashed app-id>"
10+
"app": "bs://22d213f11fb67f46d88ef0a5acc368a5ce06c0dc",
11+
"browserstack.enterpriseApp":true
1112
},
1213

1314
"environments": [{

0 commit comments

Comments
 (0)