Cypress test responsive does not reflect the behaviour in real mobile device #22423
Unanswered
nudasilva
asked this question in
Questions and Help
Replies: 1 comment 1 reply
-
To mimic web mobile testing, there are few configurations you'll need to set: In order to set these configurations, you'll have to pass them in via CLI. You can search online for valid userAgents for phone device and browser types iOS: Android: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I currently use a Redmi 9, as device mobile, for my manual tests.
Note that the application, that i'm testing, has right tests responsive.
However, via Cypress, the same tests responsive is failing.
Here is the the viewport set at the beginning of the scenario, into Cypress - this well corresponds to the Redmi 9's one:
Do I forget something in the script, please?
Beta Was this translation helpful? Give feedback.
All reactions