我正在尝试在上使用Appium运行自动化测试。这款安卓应用程序是由Unity3d游戏引擎开发的,使用的是AltUnityTester ()。export APPIUM_APPFILE=$PWD/application.apk #App file is at current working folder
package:/data/app/com.android.a
我正在使用带有jest@.23.6.0的react-scripts@2.1.8和typescript@3.3.3,并运行我的测试,它们失败了,并显示"React is not defined“。expect(container.firstChild).toMatchSnapshot()}) 同样,使用React导入,就像将其从第1行移动到第3行,有时似乎会使测试通过