Skip to content

Commit

Permalink
Merge pull request browserstack#13 from nitish-bhardwaj-code/update_b…
Browse files Browse the repository at this point in the history
…uild_name

Updated build names as per QIG
  • Loading branch information
deepwired authored Sep 29, 2021
2 parents c8f6d5f + c472b1c commit e057bf6
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 e057bf6

Please sign in to comment.