Skip to content

Commit

Permalink
Updated build names as per QIG
Browse files Browse the repository at this point in the history
  • Loading branch information
nitish-bhardwaj-code committed Sep 22, 2021
1 parent c8f6d5f commit c472b1c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/examples/run-first-test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"browserstack.user" : "YOUR_USERNAME",
"browserstack.key" : "YOUR_ACCESS_KEY",
"project": "First Behave Android Project",
"build": "Behave Android",
"build": "browserstack-build-1",
"name": "first_test",
"browserstack.debug": true,
"app": "bs://<app-id>",
Expand Down
2 changes: 1 addition & 1 deletion android/examples/run-local-test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"browserstack.user": "YOUR_USERNAME",
"browserstack.key": "YOUR_ACCESS_KEY",
"project": "First Behave Android Project",
"build": "Behave Android Local",
"build": "browserstack-build-1",
"name": "local_test",
"browserstack.debug": true,
"app": "bs://<app-id>",
Expand Down
2 changes: 1 addition & 1 deletion android/examples/run-parallel-tests/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"browserstack.user": "YOUR_USERNAME",
"browserstack.key": "YOUR_ACCESS_KEY",
"project": "First Behave Android Project",
"build": "Behave Android Parallel",
"build": "browserstack-build-1",
"name": "parallel_test",
"browserstack.debug": true,
"app": "bs://<app-id>"
Expand Down
2 changes: 1 addition & 1 deletion ios/examples/run-first-test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"browserstack.user" : "YOUR_USERNAME",
"browserstack.key" : "YOUR_ACCESS_KEY",
"project": "First Behave iOS Project",
"build": "Behave iOS",
"build": "browserstack-build-1",
"name": "first_test",
"browserstack.debug": true,
"app": "bs://<app-id>",
Expand Down
2 changes: 1 addition & 1 deletion ios/examples/run-local-test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"browserstack.user" : "YOUR_USERNAME",
"browserstack.key" : "YOUR_ACCESS_KEY",
"project": "First Behave iOS Project",
"build": "Behave iOS Local",
"build": "browserstack-build-1",
"name": "local_test",
"browserstack.debug": true,
"app": "bs://<app-id>",
Expand Down
2 changes: 1 addition & 1 deletion ios/examples/run-parallel-tests/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"browserstack.user" : "YOUR_USERNAME",
"browserstack.key" : "YOUR_ACCESS_KEY",
"project": "First Behave iOS Project",
"build": "Behave iOS Parallel",
"build": "browserstack-build-1",
"name": "parallel_test",
"browserstack.debug": true,
"app": "bs://<app-id>"
Expand Down

0 comments on commit c472b1c

Please sign in to comment.