Skip to content

Commit 956de18

Browse files
Updated with right android version
Updated with the right android version & device
1 parent c4e9fba commit 956de18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mobile-fixture.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { test } = require("./browserstack.config");
1313
// BrowserStack Specific Capabilities.
1414
// Set 'browserstack.local:true For Local testing
1515
const caps = {
16-
osVersion: "12.0",
16+
osVersion: "13.0",
1717
deviceName: "Samsung Galaxy S23", // "Samsung Galaxy S22 Ultra", "Google Pixel 7 Pro", "OnePlus 9", etc.
1818
browserName: "chrome",
1919
realMobile: "true",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"sample-local-test": "npx playwright test tests/local_test.js",
88
"sample-test": "npx playwright test tests/sample_test.js",
9-
"mobile-test": "npx playwright test tests/mobile_test.js --project='chrome@Samsung Galaxy S22:12@browserstack'"
9+
"mobile-test": "npx playwright test tests/mobile_test.js --project='chrome@Samsung Galaxy S22:13@browserstack'"
1010
},
1111
"keywords": [],
1212
"author": "",

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const config = {
7979
},
8080
},
8181
{
82-
name: "chrome@Samsung Galaxy S22:12@browserstack",
82+
name: "chrome@Samsung Galaxy S22:13@browserstack",
8383
use: {
8484
baseURL: "https://www.bstackdemo.com/",
8585
browserName: "chromium",

0 commit comments

Comments
 (0)