🚀 Feature Request
As a user story:
As a developer
I want to filter the actions shown in the actions tab of the trace viewer
So that I can find the actions i want to debug more efficient.
Example
Example test:
Given I loaded a trace file into the trace viewer
When i set the action-filter to "locator.click"
Then i can only see click-actions in the action tab of the trace viewer.
Motivation
For long running traces, the actions tab can get very hard to read, expecially when you have plenty of actions that are not that interesting for the actual test workflow.
Also having the option to filter the actions to specific types, could make the trace more readable for non-developing stake holders.