playwright
playwright copied to clipboard
[Feature]: Trace Viewer: show relative startTime and wallStartTime both in Network and Call tabs
🚀 Feature Request
In the Trace Viewer the "Call" tab, for each action, we can see Duration and Wall Time, but not the elapsed time relative to the test start. In the "Network" tab, for each request, we can see Duration and Start (relative time), but no wall time.
It would be nice to have both times in both tabs.
Example
No response
Motivation
Correlating data between actions, network requests, external system logs and videos is hard. It would be easier if wall time was available everywhere. Also relative time is useful when watching videos.
Sounds good! Let's start by adding wall time to the network tab.