Skip to content

Test Responsive and Mobile Layouts

Test how your app looks on different screen sizes and devices.

/shiplight verify http://localhost:3000 on mobile (390x844 viewport, touch enabled) —
check that the hamburger menu appears instead of the desktop navigation bar.

Available emulation options:

OptionExampleDescription
viewport390x844, 768x1024Screen dimensions
is_mobileMobile CSS media queries, meta viewport
has_touchTouch events
user_agentCustom UA stringOverride the browser user agent
color_schemedark, lightEmulated color scheme
localeja-JP, fr-FRBrowser locale
timezone_idAmerica/New_YorkEmulated timezone
geolocationlat/lng coordinatesEmulated GPS location

For the full browser_options reference, see Browser Options.

Released under the MIT License.