So for example: * Consider using [Playwrights Authentication state for one account per worker](https://playwright.dev/docs/auth) * Could allow a worker to login just once which would remove the need to login for every test * For basically all "setup" fixtures we could consider executing these programmatically, e.g. via API calls * The setup parts (e.g scheduling a session) are often covered by their own tests, so there is no need to run them in the browser