| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov ReportAttention: Patch coverage is 86.17886% with 17 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #1726 +/- ##
==========================================
- Coverage 95.50% 95.47% -0.04%
==========================================
Files 92 92
Lines 5139 5235 +96
Branches 563 901 +338
==========================================
+ Hits 4908 4998 +90
- Misses 231 237 +6 ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
|
Could you share your feedback on this potential new feature @pierrezimmermannbam @MattAgn @AugustinLF |
Sorry, something went wrong.
| concurrentRoot: boolean; | ||
|
|
||
| /** | ||
| * Verbose logging for the library. |
There was a problem hiding this comment.
i would add what it helps log : user event and fire event issues (for now)
Sorry, something went wrong.
| asyncUtilTimeout: 1000, | ||
| defaultIncludeHiddenElements: false, | ||
| concurrentRoot: true, | ||
| debug: false, |
There was a problem hiding this comment.
imo true is a good default because otherwise i fear not many people will hear about it and remember to turn it on
do you see more advantages with false as default ?
Sorry, something went wrong.
|
This is gonna be so helpful to debug! ✅ |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Resolves #1717
Resolves #1718
Introduces (event) debugging mode that outputs information about event handles not being called due to disabled state, etc.
Details
Enabling: configure({ debug: true }). Cannot be configured on render as fireEvent and userEvent are independent modules, not returns from render.
Fire Event:
User Event:
To Do
Test plan