Closed basalona closed 2 years ago
Yes, lighthouse has checks also for mobile.
if you want to disable the mobile checks you can add this to your playAudit
:
opts: { screenEmulation: false },
@alexOliveira87 I get the following error if I try
I think the actual entry is this: opts: { screenEmulation: { disabled: true } }
When I run the tests I am getting two browser windows open, one with normal resolutions and another one with mobile? Is this an expected behavior?