Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test various mobile device and browser #608

Open
tuan91 opened this issue Jan 28, 2019 · 1 comment
Open

Test various mobile device and browser #608

tuan91 opened this issue Jan 28, 2019 · 1 comment

Comments

@tuan91
Copy link

tuan91 commented Jan 28, 2019

Hi, is it possible to test various mobile devices and browser?
If so, how can I do that?
Thank you!

@khana25
Copy link

khana25 commented May 2, 2019

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants