DEV Community

Anil
Anil

Posted on

Single Page Ref for all the test cases.

Where can I get the default Hooks which are included while running the playwright tests?

How to make single page reference for all the test cases ?
in playwright dev its given like everytime new page and have to login and do the operations.
Is there any way to make page ref global for all the test cases and to avoid opening new page gain and again on new test cases?

Image description

Top comments (0)