-
-
Notifications
You must be signed in to change notification settings - Fork 344
test(e2e): Adds Feedback Widget Capture Screenshot Maestro E2E tests #4795
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
Draft
antonis
wants to merge
6
commits into
antonis/feedback-e2e
Choose a base branch
from
antonis/feedback-e2e-screenshot
base: antonis/feedback-e2e
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+137
−2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Android (legacy) Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
b12cb25 | 405.79 ms | 404.68 ms | -1.11 ms |
7b594ae | 456.70 ms | 484.43 ms | 27.73 ms |
5bec854 | 430.17 ms | 428.70 ms | -1.47 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
b12cb25 | 17.75 MiB | 20.15 MiB | 2.40 MiB |
7b594ae | 17.75 MiB | 20.15 MiB | 2.40 MiB |
5bec854 | 17.75 MiB | 20.15 MiB | 2.40 MiB |
iOS (new) Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
7b594ae+dirty | 1217.51 ms | 1222.51 ms | 5.00 ms |
b12cb25+dirty | 1226.55 ms | 1229.33 ms | 2.78 ms |
5bec854+dirty | 1222.28 ms | 1230.38 ms | 8.10 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
7b594ae+dirty | 3.19 MiB | 4.37 MiB | 1.18 MiB |
b12cb25+dirty | 3.19 MiB | 4.37 MiB | 1.18 MiB |
5bec854+dirty | 3.19 MiB | 4.37 MiB | 1.18 MiB |
iOS (legacy) Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
7b594ae+dirty | 1217.33 ms | 1216.65 ms | -0.68 ms |
b12cb25+dirty | 1210.59 ms | 1216.63 ms | 6.04 ms |
5bec854+dirty | 1230.53 ms | 1227.24 ms | -3.29 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
7b594ae+dirty | 2.63 MiB | 3.80 MiB | 1.17 MiB |
b12cb25+dirty | 2.63 MiB | 3.80 MiB | 1.17 MiB |
5bec854+dirty | 2.63 MiB | 3.80 MiB | 1.17 MiB |
Android (new) Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
b12cb25+dirty | 382.96 ms | 391.34 ms | 8.38 ms |
7b594ae+dirty | 400.00 ms | 406.96 ms | 6.96 ms |
5bec854+dirty | 393.61 ms | 385.96 ms | -7.65 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
b12cb25+dirty | 7.15 MiB | 8.42 MiB | 1.26 MiB |
7b594ae+dirty | 7.15 MiB | 8.42 MiB | 1.26 MiB |
5bec854+dirty | 7.15 MiB | 8.42 MiB | 1.26 MiB |
The Android app fails to open the widget on CI after the capture screenshot step. Leaving this PR in draft till the issue is investigated and fixed. Maestro logs
|
antonis
commented
May 2, 2025
timeout: 5_000 | ||
|
||
# Hide keyboard by tapping on a non-tappable element | ||
- tapOn: 'Email' |
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.
Tapping on a non-tappable region is a work around to hide the keyboard since:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📢 Type of change
Based on #4604
📜 Description
Adds Feedback Widget Capture Screenshot tests
💡 Motivation and Context
Part of #4302
💚 How did you test it?
CI (example of submitted feedback via the CI), Local:
Screen.Recording.2025-05-01.at.8.20.15.AM.mov
📝 Checklist
sendDefaultPII
is enabled🔮 Next steps
#skip-changelog