Skip to content

Commit 2417cd6

Browse files
author
Tejas Shah
authored
Merge pull request #12 from browserstack/condition_caps
remove realMobile caps
2 parents 69d5b72 + d543b4c commit 2417cd6

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"name": "local_appium_test",
99
"browserstack.debug": true,
1010
"browserstack.local": true,
11-
"realMobile": true,
1211
"app": "bs://<hashed app-id>"
1312
},
1413

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"build": "junit-browserstack",
88
"name": "parallel_appium_test",
99
"browserstack.debug": true,
10-
"realMobile": true,
1110
"app": "bs://<hashed app-id>"
1211
},
1312

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"name": "local_appium_test",
99
"browserstack.debug": true,
1010
"browserstack.local": true,
11-
"realMobile": true,
12-
"app": "bs://<hashed app-id>",
13-
"automationName": "XCUITest"
11+
"app": "bs://<hashed app-id>"
1412
},
1513

1614
"environments": [{

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"build": "junit-browserstack",
88
"name": "parallel_appium_test",
99
"browserstack.debug": true,
10-
"realMobile": true,
11-
"app": "bs://<hashed app-id>",
12-
"automationName": "XCUITest"
10+
"app": "bs://<hashed app-id>"
1311
},
1412

1513
"environments": [{

0 commit comments

Comments
 (0)