Test various mobile device and browser
tuan91 opened this issue · 1 comments
tuan91 commented
Hi, is it possible to test various mobile devices and browser?
If so, how can I do that?
Thank you!
khana25 commented
@tuan91 That's how you define different screen sizes of the mobile, tablets and desktops:
##(required) Screen widths (and optional height) to resize the browser to before taking the screenshot.
screen_widths:
- 320 #iPhone 5
- 375 # iPhone 6/7/8
- 414 # iPhone 6/7/8plus
- 375 # iPhoneX
- 768 # iPad
- 834 # iPad 10.5
- 1024 # iPad 12.5
- 2560 # iMac
- 1440 # Desktop
- 1366 # Desktop
- 1920 # Desktop
Hope that clears everything you asked for?