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
Alternative: Group by call stack. We already know where timline each entry was added. We could automatically group the entries based on the depth of the callstack starting form the test itself.
Ideally, I'd show the actual code in the timeline where you can drill into and see the before/after for each line
I do think manually grouping is more desirable in most cases. I also don't want too much grouping, because then you can easily end up with highly nested groups which then has no benefit over no nesting at all.
With larger user flows the timeline can get pretty long.
I'd like a way to group timeline entries, which in the html could be displayed as an expandable section.
The api could be something like:
The text was updated successfully, but these errors were encountered: