-
Notifications
You must be signed in to change notification settings - Fork 132
[UI Tests] - Run tests on tablet device locally #11695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #11695 +/- ##
============================================
- Coverage 40.24% 40.23% -0.01%
Complexity 5331 5331
============================================
Files 1132 1132
Lines 65288 65296 +8
Branches 9056 9056
============================================
Hits 26273 26273
- Misses 36594 36602 +8
Partials 2421 2421 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me. Tests are passing in FTL.
Description
This PR updates the UI tests so that the tests would also work on a tablet/split screen feature. The tests currently only run locally, and not in CI; the changes to add a new Buildkite step so that this also runs in CI will be done separately.
Testing information
To test, run all UI tests on a tablet emulator locally, and the tests should work as expected. This is the combination I'm using locally:

I also tested running the tests in Firebase Test Lab by starting it locally from Android Studio.
The existing instrumented tests should also not be affected by the changes and should remain 🟢 .
Images/gif
N/A
RELEASE-NOTES.txt
if necessary. Use the "[Internal]" label for non-user-facing changes.