bbc / wraith

Wraith — A responsive screenshot comparison tool

Home Page:http://bbc-news.github.io/wraith/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test various mobile device and browser

tuan91 opened this issue · comments

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

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