Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用OAuth. 我不想使用外部的、未模拟的服务器才能登录。有没有办法绕过经过排毒测试的应用程序的身份验证?
OAuth
例如:GoTo 导航屏幕排毒方法,或将导航到主屏幕的仅用于测试的深色启动按钮。
非常感谢任何帮助
我们解决这个问题的方法是创建一个模拟服务器,在那里实现一个非常简单的 OAuth 并将应用程序指向那里。
另一种方法是在应用程序上创建一个特定的实现来直接打开某个页面(例如使用特定的测试深度链接)。
只需在 before 或 befoleAll (如果您使用 jest)设置方法之前登录。