Let's say I have a locatorHandler for detecting and waiting for some unexpected animations registered as part of an autofixture - I would like to be able to hide all waitFor calls from the report to avoid unnecessary irrelevant noise information that is printed out in the HTML report in between relevant test.steps.
I don't want to put it in test.step block, I would like to hide it completely.
🚀 Feature Request
Let's say I have a locatorHandler for detecting and waiting for some unexpected animations registered as part of an autofixture - I would like to be able to hide all waitFor calls from the report to avoid unnecessary irrelevant noise information that is printed out in the HTML report in between relevant test.steps.
I don't want to put it in test.step block, I would like to hide it completely.
Example
No response
Motivation
Reduce noisiness in HTML report for actions that do not come explicitely from spec file