Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide cdpSession.send Actions in Playwright Test UI #153

Open
chmmpagne opened this issue Jun 1, 2024 · 1 comment
Open

Hide cdpSession.send Actions in Playwright Test UI #153

chmmpagne opened this issue Jun 1, 2024 · 1 comment

Comments

@chmmpagne
Copy link

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

@cameron2degrees
Copy link

@chmmpagne this seems to be mostly resolved in https://github.com/microsoft/playwright/releases/tag/v1.46.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants