File tree Expand file tree Collapse file tree 6 files changed +6
-8
lines changed
run-parallel-tests/config
run-parallel-tests/config Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
1011browser_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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
910browser_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"
You can’t perform that action at this time.
0 commit comments