Xcode UI Testing passwordless authentication

后端 未结 3 1571
忘掉有多难
忘掉有多难 2021-01-26 11:48

How should I test my iPhone app\'s passwordless authentication?

To sign up or log in, UI Testing in Xcode needs the random code that gets emailed to me.

3条回答
  •  广开言路
    2021-01-26 12:28

    I think you should run UI tests on stage/QA env and as result you can have some backdoor on stage env for UI tests, for example accept code 1111 for all users etc

提交回复
热议问题