chromaui / chromatic-e2e

Archive end-to-end tests to be replayed in Storybook and Chromatic
MIT License
13 stars 3 forks source link

Hide cdpSession.send Actions in Playwright Test UI #153

Open chmmpagne opened 1 month ago

chmmpagne commented 1 month ago

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 image

Without

image