Skip to content

Commit 21d8af6

Browse files
committed
Updated "hashed-app-id" string to "app-id" in config files
1 parent c93d3ae commit 21d8af6

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

android/junit4-examples/src/test/resources/com/browserstack/run_first_test/first.conf.json

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

1414
"environments": [{

android/junit4-examples/src/test/resources/com/browserstack/run_local_test/local.conf.json

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

1515
"environments": [{

android/junit4-examples/src/test/resources/com/browserstack/run_parallel_test/parallel.conf.json

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

1414
"environments": [{

android/junit5-examples/src/test/resources/com/browserstack/run_first_test/first.conf.json

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

1414
"environments": [{

android/junit5-examples/src/test/resources/com/browserstack/run_local_test/local.conf.json

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

1515
"environments": [{

android/junit5-examples/src/test/resources/com/browserstack/run_parallel_test/parallel.conf.json

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

1414
"environments": [{

ios/junit4-examples/src/test/resources/com/browserstack/run_first_test/first.conf.json

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

1414
"environments": [{

ios/junit4-examples/src/test/resources/com/browserstack/run_local_test/local.conf.json

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

1515
"environments": [{

ios/junit4-examples/src/test/resources/com/browserstack/run_parallel_test/parallel.conf.json

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

1414
"environments": [{

ios/junit5-examples/src/test/resources/com/browserstack/run_first_test/first.conf.json

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

1414
"environments": [{

0 commit comments

Comments
 (0)