Is there any solution for e2e testing with Google login? Google blocks all UI attempts at logging i...
c
Is there any solution for e2e testing with Google login? Google blocks all UI attempts at logging in. I tried looking into their apis, but Supertokens is operating as the middle person, so I can't log in via Google's APIs. Has anyone found a non-mocked way of doing e2e testing with Google logins? I'm using Nightwatch (a node selenium based framework).
r
hey @csjaction there doesn't seem to be any way to do e2e testing with google without mocking
c
Bummer. Thank you!
6 Views