Skip to content

Commit 0a91e37

Browse files
authored
Merge pull request #9 from aditya711-code/master
Update devices
2 parents 34a0a1d + 921f02f commit 0a91e37

6 files changed

Lines changed: 18 additions & 20 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"name": "first_test",
88
"browserstack.debug": true,
99
"app": "bs://<app-id>",
10-
"device": "Google Pixel 3",
11-
"os_version": "9.0"
10+
"device": "Google Pixel 8 Pro",
11+
"os_version": "14.0"
1212
}
1313
}
14-
15-

android/examples/run-local-test/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"name": "local_test",
88
"browserstack.debug": true,
99
"app": "bs://<app-id>",
10-
"device": "Google Pixel 3",
11-
"os_version": "9.0",
10+
"device": "One Plus 11R",
11+
"os_version": "13.0",
1212
"browserstack.local": true
1313
}
1414
}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"capabilities": {
33
"browserstack.user" : "YOUR_USERNAME",
44
"browserstack.key" : "YOUR_ACCESS_KEY",
@@ -8,13 +8,13 @@
88
"browserstack.debug": true,
99
"app": "bs://<app-id>"
1010
},
11-
11+
1212
"environments": [{
13-
"device": "Google Pixel 3",
14-
"os_version": "9.0"
13+
"device": "Google Pixel 8 Pro",
14+
"os_version": "14.0"
1515
},
1616
{
17-
"device": "Samsung Galaxy S10e",
18-
"os_version": "9.0"
17+
"device": "Samsung Galaxy S22 Ultra",
18+
"os_version": "12.0"
1919
}]
2020
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"name": "first_test",
88
"browserstack.debug": true,
99
"app": "bs://<app-id>",
10-
"device": "iPhone 11 Pro",
11-
"os_version": "13"
10+
"device": "iPhone XR",
11+
"os_version": "15"
1212
}
1313
}
1414

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"name": "local_test",
88
"browserstack.debug": true,
99
"app": "bs://<app-id>",
10-
"device": "iPhone 11 Pro",
11-
"os_version": "13",
10+
"device": "iPhone 15",
11+
"os_version": "17",
1212
"browserstack.local": true
1313
}
1414
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
},
1111

1212
"environments": [{
13-
"device": "iPhone 11 Pro",
14-
"os_version": "13"
13+
"device": "iPhone 14 Pro Max",
14+
"os_version": "16"
1515
}, {
16-
"device": "iPhone 11 Pro Max",
17-
"os_version": "13"
16+
"device": "iPhone 15",
17+
"os_version": "17"
1818
}]
1919
}

0 commit comments

Comments
 (0)