I've avoided writing end-to-end tests because doing so would require some way for Playwright to automatically sign in and I wouldn't want to use an actual Google account for that. One way I could accomplish this would be to add an environment variable which disables the need to be signed in and allows the client to act as some sort of temporary or pseudo user. Of course, this would need to be disabled in production.
I've avoided writing end-to-end tests because doing so would require some way for Playwright to automatically sign in and I wouldn't want to use an actual Google account for that. One way I could accomplish this would be to add an environment variable which disables the need to be signed in and allows the client to act as some sort of temporary or pseudo user. Of course, this would need to be disabled in production.