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.
If I want to run some page setup with Playwright before page.goto, there's no good way to do so without rewriting everything the default prepare hook does.
Describe the solution you'd like
I'd like defaultPrepare to be exported or made available to the test runner config in some way, so I could write a config like:
Is your feature request related to a problem? Please describe.
If I want to run some
page
setup with Playwright beforepage.goto
, there's no good way to do so without rewriting everything the defaultprepare
hook does.Describe the solution you'd like
I'd like
defaultPrepare
to be exported or made available to the test runner config in some way, so I could write a config like:Describe alternatives you've considered
This could also be done as a
prePrepare
/postPrepare
hook but then starts to balloon the config options available.Are you able to assist to bring the feature to reality?
yes, I can
Additional context
No response
The text was updated successfully, but these errors were encountered: