Skip to content

Commit a1a829b

Browse files
authored
Merge pull request #190 from LambdaTest/stage
[Dot-4254] Release 4.0.15
2 parents aba06e9 + 484f636 commit a1a829b

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lambdatest/smartui-cli",
3-
"version": "4.0.14",
3+
"version": "4.0.15",
44
"description": "A command line interface (CLI) to run SmartUI tests on LambdaTest",
55
"files": [
66
"dist/**/*"

src/lib/constants.ts

+35
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,41 @@ export default {
321321
'iPhone XR': { os: 'ios', viewport: { width: 414, height: 896 } },
322322
'iPhone XS': { os: 'ios', viewport: { width: 375, height: 812 } },
323323
'iPhone XS Max': { os: 'ios', viewport: { width: 414, height: 896 } },
324+
'Galaxy A10s': { os: 'android', viewport: { width: 360, height: 640 } },
325+
'Galaxy A11': { os: 'android', viewport: { width: 412, height: 732 } },
326+
'Galaxy A13': { os: 'android', viewport: { width: 412, height: 732 } },
327+
'Galaxy A52s 5G': { os: 'android', viewport: { width: 384, height: 718 } },
328+
'Galaxy A53 5G': { os: 'android', viewport: { width: 412, height: 915 } },
329+
'Galaxy Tab A 10.1 (2019)': { os: 'android', viewport: { width: 800, height: 1280 } },
330+
'Galaxy Tab S9': { os: 'android', viewport: { width: 753, height: 1069 } },
331+
'Honor X9a 5G': { os: 'android', viewport: { width: 360, height: 678 } },
332+
'Huawei P30 Lite': { os: 'android', viewport: { width: 360, height: 647 } },
333+
'Huawei P50 Pro': { os: 'android', viewport: { width: 412, height: 915 } },
334+
'iPad Pro 13 (2024)': { os: 'ios', viewport: { width: 1032, height: 1376 } },
335+
'iPad Pro 11 (2024)': { os: 'ios', viewport: { width: 834, height: 1210 } },
336+
'iPad Air 13 (2024)': { os: 'ios', viewport: { width: 1024, height: 1366 } },
337+
'iPad Air 11 (2024)': { os: 'ios', viewport: { width: 820, height: 1180 } },
338+
'iPad 10.9 (2022)': { os: 'ios', viewport: { width: 820, height: 1180 } },
339+
'iPhone 16': { os: 'ios', viewport: { width: 393, height: 852 } },
340+
'iPhone 16 Plus': { os: 'ios', viewport: { width: 430, height: 932 } },
341+
'iPhone 16 Pro': { os: 'ios', viewport: { width: 402, height: 874 } },
342+
'iPhone 16 Pro Max': { os: 'ios', viewport: { width: 440, height: 956 } },
343+
'Motorola Edge 40': { os: 'android', viewport: { width: 412, height: 915 } },
344+
'Motorola Edge 30': { os: 'android', viewport: { width: 432, height: 814 } },
345+
'Moto G22': { os: 'android', viewport: { width: 412, height: 767 } },
346+
'Moto G54 5G': { os: 'android', viewport: { width: 432, height: 810 } },
347+
'Moto G71 5G': { os: 'android', viewport: { width: 412, height: 732 } },
348+
'Pixel Tablet': { os: 'android', viewport: { width: 800, height: 1100 } },
349+
'Pixel 6a': { os: 'android', viewport: { width: 412, height: 766 } },
350+
'Pixel 7a': { os: 'android', viewport: { width: 412, height: 766 } },
351+
'Pixel 9': { os: 'android', viewport: { width: 412, height: 924 } },
352+
'Pixel 9 Pro': { os: 'android', viewport: { width: 412, height: 915 } },
353+
'Pixel 9 Pro XL': { os: 'android', viewport: { width: 448, height: 998 } },
354+
'Redmi 9A': { os: 'android', viewport: { width: 360, height: 800 } },
355+
'Redmi Note 13 Pro': { os: 'android', viewport: { width: 412, height: 869 } },
356+
'Aquos Sense 5G': { os: 'android', viewport: { width: 393, height: 731 } },
357+
'Xperia 10 IV': { os: 'android', viewport: { width: 412, height: 832 } },
358+
'Honeywell CT40': { os: 'android', viewport: { width: 360, height: 512 } },
324359
},
325360

326361
FIGMA_API: 'https://api.figma.com/v1/',

0 commit comments

Comments
 (0)