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
Many developers are now targeting tablet devices for their applications. Having the ability to test on tablets will ensure that the applications are fully functional and optimised for these devices. This is especially important for applications that require larger screens and different user interactions compared to mobile phones.
The problem is that currently, Robin does not support tablet devices, which limits the testing coverage for applications designed for larger screens. This leads to potential issues and bugs in tablet-specific scenarios that cannot be identified and fixed beforehand.
Use case
Many developers are now targeting tablet devices for their applications. Having the ability to test on tablets will ensure that the applications are fully functional and optimised for these devices. This is especially important for applications that require larger screens and different user interactions compared to mobile phones.
The problem is that currently, Robin does not support tablet devices, which limits the testing coverage for applications designed for larger screens. This leads to potential issues and bugs in tablet-specific scenarios that cannot be identified and fixed beforehand.
From "Configuring OS version" page in robin docs: https://docs.robintest.com/reference/device-configuration/configuring-os-version
Proposal
Introduce a new argument
--device-type
that defaults tophone
(ormobile
). This argument can be used to specify the device type for testing.For example, to test on a tablet, the user would use the command:
Anything else?
There is currently an open issue about setting device orientation: #1221
This might be enough for some developers, but does not solve the issue with larger screen size that the tablets usually have.
The text was updated successfully, but these errors were encountered: