-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
test: Detox: add video recording on failure #11987
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11987 +/- ##
==========================================
+ Coverage 55.12% 55.24% +0.11%
==========================================
Files 1752 1760 +8
Lines 39563 39705 +142
Branches 4922 4944 +22
==========================================
+ Hits 21811 21936 +125
- Misses 16249 16263 +14
- Partials 1503 1506 +3 ☔ View full report in Codecov by Sentry. |
This reverts commit 0cb299e.
Bitrise❌❌❌ Commit hash: e2c8210 Note
Tip
|
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.
Looking good!
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Bitrise✅✅✅ Commit hash: ef71be2 Note
|
Quality Gate passedIssues Measures |
Description
Right now, Detox does a good job of capturing screenshots when a test fails. But what we really need is the ability to provide engineers with video recordings that show exactly what happened leading up to a failure. This would give a clearer picture, making it easier to diagnose and fix issues by seeing the interactions and events in real-time, rather than trying to piece things together from a single snapshot.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Recording of test failure on iOS
https://github.com/user-attachments/assets/0efe7e3c-2366-4b89-bbaf-4eb4ad7e1cc7
Recording of test failure on android
test.mp4
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist