Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lambdatest/smartui-cli",
"version": "4.1.37-beta.0",
"version": "4.1.37",
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
"files": [
"dist/**/*"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export default {
'Xperia 10 IV': { os: 'android', viewport: { width: 412, height: 832 } },
'Honeywell CT40': { os: 'android', viewport: { width: 360, height: 512 } },
'Galaxy S25': { os: 'android', viewport: { width: 370, height: 802 } },
'Galaxy S25+': { os: 'android', viewport: { width: 393, height: 888 } },
'Galaxy S25 Plus': { os: 'android', viewport: { width: 393, height: 888 } },
'Galaxy S25 Ultra': { os: 'android', viewport: { width: 432, height: 941 } },
'iPhone 17': { os: 'ios', viewport: { width: 393, height: 852 } },
'iPhone 17 Pro': { os: 'ios', viewport: { width: 393, height: 852 } },
Expand Down