Skip to content

Commit 76cb619

Browse files
author
Tejas Shah
committed
include app URL placeholder
1 parent c0e4dd0 commit 76cb619

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"browserstack.debug": true,
1010
"browserstack.local": true,
1111
"realMobile": true,
12-
"app": "bs://9a04c63690c3c532341a22a69a916017536ec165"
12+
"app": "bs://<hashed app-id>"
1313
},
1414

1515
"environments": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "parallel_appium_test",
99
"browserstack.debug": true,
1010
"realMobile": true,
11-
"app": "bs://d747176bd63686393208fea69d1963ec9c225080"
11+
"app": "bs://<hashed app-id>"
1212
},
1313

1414
"environments": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "single_appium_test",
99
"browserstack.debug": true,
1010
"realMobile": true,
11-
"app": "bs://3fc0a1f5a158e935ad806b97288f4b24e11ebcc4"
11+
"app": "bs://<hashed app-id>"
1212
},
1313

1414
"environments": {

src/test/resources/conf/suite.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "suite_appium_test",
99
"browserstack.debug": true,
1010
"realMobile": true,
11-
"app": "bs://d747176bd63686393208fea69d1963ec9c225080"
11+
"app": "bs://<hashed app-id>"
1212
},
1313

1414
"environments": {

0 commit comments

Comments
 (0)