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
Is your feature request related to a problem? Please describe.
After adding in Chromatic's Playwright test fixture, we now get a wall of cdpSession.send actions that we must dig through to find the relevant actions being run in a test.
Describe the solution you'd like
We would like these actions to be filtered out to reduce the noise when developing and debugging tests through Playwright's UI.
Describe alternatives you've considered
Based on this issue which asks for generic filtering of actions, I'm not sure you can do anything on your end at the moment.
I'm not sure what other alternatives there would be.
Additional context
Here are some screenshots showing with and without the fixture added.
With
Without
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
After adding in Chromatic's Playwright test fixture, we now get a wall of
cdpSession.send
actions that we must dig through to find the relevant actions being run in a test.Describe the solution you'd like
We would like these actions to be filtered out to reduce the noise when developing and debugging tests through Playwright's UI.
Describe alternatives you've considered
Based on this issue which asks for generic filtering of actions, I'm not sure you can do anything on your end at the moment.
I'm not sure what other alternatives there would be.
Additional context
Here are some screenshots showing with and without the fixture added.
The text was updated successfully, but these errors were encountered: