corbado / javascript

MIT License
6 stars 1 forks source link

Evaluate social login test for microsoft #324

Closed incorbador closed 1 week ago

incorbador commented 2 weeks ago

Why

Currently we don't include social logins in our Playwright tests. Ideally, we want to test at least the happy paths here. We already found out that it is hard to write e2e tests for Google and GitHub so we want to evaluate if it's possible for Microsoft.

TODOS

aehnh commented 2 weeks ago

Social login is no longer supported on staging (and local) deployments. (social login configs are also absent in the dev panel)

Redeploying staging, as well as merging main into staging1, did not work.

aehnh commented 1 week ago

Automated playwright testing on microsoft social login works without problem so far.

Signup test done, working on login test