Skip to content

Commit ba7e689

Browse files
committed
Putting "app" capability in common capabilities in parallel testing, fixing typo in config files and readme
1 parent cdb29ee commit ba7e689

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bundle install
2929

3030
## Getting Started
3131

32-
Getting Started with Appium tests in TestNg on BrowserStack couldn't be easier!
32+
Getting Started with Appium tests in Cucumber Ruby on BrowserStack couldn't be easier!
3333

3434
### **Run first test :**
3535

android/examples/run-first-test/config/first.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ browser_caps:
1111
-
1212
"device": "Google Pixel 3"
1313
"os_version": "9.0"
14-
"app": "bs://24066b2934ed9885f2e4d3282d9bb49105060e51"
14+
"app": "bs://<app-id>"
1515
"name": "first_test"

android/examples/run-parallel-tests/config/parallel.config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ common_caps:
66
"project": "First Cucumber Android Project"
77
"build": "Cucumber Android"
88
"browserstack.debug": true
9+
"app" : "bs://<app-id>"
910

1011
browser_caps:
1112
-
1213
"device": "Google Pixel 3"
1314
"os_version": "9.0"
14-
"app" : "bs://<app-id>"
1515
"name": "parallel_test_1"
1616
-
1717
"device": "Samsung Galaxy S10e"
1818
"os_version": "9.0"
19-
"app" : "bs://<app-id>"
2019
"name": "parallel_test_2"

ios/examples/run-first-test/config/first.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ browser_caps:
1111
-
1212
"device": "iPhone 11 Pro"
1313
"os_version": "13"
14-
"app": "bs://<hashed app-id>"
14+
"app": "bs://<app-id>"
1515
"name": "first_test"

ios/examples/run-local-test/config/local.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ browser_caps:
1111
-
1212
"device": "iPhone 11 Pro"
1313
"os_version": "13"
14-
"app": "bs://<hashed app-id>"
14+
"app": "bs://<app-id>"
1515
"browserstack.local": true
1616
"name": "local_test"

ios/examples/run-parallel-tests/config/parallel.config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ common_caps:
55
"browserstack.key": "BROWSERSTACK_ACCESS_KEY"
66
"project": "First Cucumber iOS Project"
77
"build": "Cucumber iOS"
8+
"app": "bs://<app-id>"
89

910
browser_caps:
1011
-
1112
"device": "iPhone 11 Pro"
1213
"os_version": "13"
13-
"app": "bs://<hashed app-id>"
1414
"name": "parallel_test_1"
1515
-
1616
"device": "iPhone 11 Pro Max"
1717
"os_version": "13"
18-
"app": "bs://<hashed app-id>"
1918
"name": "parallel_test_2"

0 commit comments

Comments
 (0)