🚀 Feature Request
It would be useful if Playwright traces could visually highlight actions based on how close they came to their configured timeout. It seems like the trace file for the most part has all of the info to work this out.
Example
something so it can searched for in the Filter Actions seach box ?

(ms paint mockup)
Motivation
Many tests pass successfully but still contain actions that regularly run close to their timeout limit. For example, an action that takes 25 seconds with a 30 second timeout may pass, but it is likely to become flaky when the environment is slower.
🚀 Feature Request
It would be useful if Playwright traces could visually highlight actions based on how close they came to their configured timeout. It seems like the trace file for the most part has all of the info to work this out.
Example
something so it can searched for in the
Filter Actionsseach box ?Motivation
Many tests pass successfully but still contain actions that regularly run close to their timeout limit. For example, an action that takes 25 seconds with a 30 second timeout may pass, but it is likely to become flaky when the environment is slower.