Simplest way to use Playwright sharing the "state" among tests.
The first test won't have the storage file so it will get a new empty page with no context and set it up / login.
Further tests will get a Page instance injected that has the same context as the first one, reusing the signed-in state.
Check https://playwright.dev/python/docs/auth#reusing-signed-in-state