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
This seems to be outside of the scope for Playwright, our core principle is to isolate tests from each-other. If you have to deal with slow navigation, we instead recommend test.step.
🚀 Feature Request
I'd like to reuse the browser context during debugging.
Example
I propose
test.sandbox
annotation.when stabled,
test.sandbox
use last browser context.Motivation
Make tests for debugging to easy. (particularly, too slow navigation.)
--
sorry, i'm not good at English.
The text was updated successfully, but these errors were encountered: