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
For each failed test, could jest-stare capture the HTML snapshot of the DOM using document.documentElement.outerHTML and include it in the report? This would make debugging easier by providing the full DOM state at the time of failure.
Ideally, this could be configurable with an option like captureDomOnFailure: true.
Let me know your thoughts, and thanks again for the awesome tool!
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the great work on jest-stare!
For each failed test, could jest-stare capture the HTML snapshot of the DOM using
document.documentElement.outerHTML
and include it in the report? This would make debugging easier by providing the full DOM state at the time of failure.Ideally, this could be configurable with an option like
captureDomOnFailure: true
.Let me know your thoughts, and thanks again for the awesome tool!
The text was updated successfully, but these errors were encountered: