Right now, the E2E tests seem to depend on Github Actions for login, so they won't work locally.
Two possible paths I see from the outset:
- remove the GH actions dependency (login as part of playwright setup?)
- Use something like https://github.com/nektos/act to run GH actions locally (maybe useful beyond this specific issue)
Right now, the E2E tests seem to depend on Github Actions for login, so they won't work locally.
Two possible paths I see from the outset: