Currently our app uses the one-time code sent by e-mail. But we want to include end to end testing using Playwright and login the user first.
What’s the best way to achieve this?. Do we need to change the way we currently login in for testing? or is it possible to bypass this login method?.
Thanks in advance!.
tyf
April 12, 2022, 11:13pm
3
Hi there @fernandoalugo welcome to the community!
Perhaps this method could work for your use case? That is, creating a temporary db connection (traditional username/pass) and dummy user for testing purposes.
Question: Is it possible to add a passwordless demo user for an Apple App Store review?
Answer:
It is not possible to add a whitelisted passwordless demo user.
Instead, we recommend that you use a temporary db connection that will allow the application review to take place. Using a username and password style connection while the application review takes place, you can create a demo user and provide the necessary credentials for the review. Switch back to passwordless authentication after the…
Let us know!
1 Like
tyf
Closed
April 27, 2022, 11:14pm
4
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.