-
Notifications
You must be signed in to change notification settings - Fork 69
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
[BUG] Tracing does not work with playwright.request.newcontext() #137
Comments
AFAICT, it also doesn't work with Edit: Ah, maybe what I'm seeing is #99. |
And this is particularly problematic as the only way to test chrome extensions is by creating a new context as per https://playwright.dev/python/docs/chrome-extensions Please help :) |
In fact I just reimplemented my fixture copying it from
|
The issue is still there |
Context:
I am using playwright to test REST API endpoints.
I do not see trace.zip after I run pytest --tracing=on.
Code Snippet
Simple test script
Describe the bug
pytest --tracing=on test_mytest.py does not produce trace.zip
The text was updated successfully, but these errors were encountered: