You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cypress gives us the ability to specify its viewport, and it also includes predefined values such as for iphone-5. This can be utilized to test mobile view, which often seem to be forgotten when developing. Since running everything twice would be costly, I imagine only doing it on the router spec is best, at least for now.
The text was updated successfully, but these errors were encountered:
Cypress gives us the ability to specify its viewport, and it also includes predefined values such as for
iphone-5
. This can be utilized to test mobile view, which often seem to be forgotten when developing. Since running everything twice would be costly, I imagine only doing it on the router spec is best, at least for now.The text was updated successfully, but these errors were encountered: