Skip to content

Commit

Permalink
Update mobile devices to test in
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jun 22, 2023
1 parent 6f67f2f commit 7dd825a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions browserstack.json
Expand Up @@ -21,20 +21,20 @@
"os_version": "Monterey"
},
{
"device": "iPhone 11",
"real_mobile": "true",
"device": "iPhone 14",
"os": "ios",
"os_version": "13",
"os_version": "16",
"browserstack.appium_version": "1.22.0",
"browserstack.local": "false",
"browserstack.appium_version": "1.14.0"
"real_mobile": "true"
},
{
"device": "Google Pixel 6",
"real_mobile": "true",
"device": "Google Pixel 7",
"os": "android",
"os_version": "12.0",
"os_version": "13.0",
"browserstack.appium_version": "1.22.0",
"browserstack.local": "false",
"browserstack.appium_version": "1.14.0"
"real_mobile": "true"
}
]
}

0 comments on commit 7dd825a

Please sign in to comment.