排毒测试是否可以访问我的本机应用程序中的代码?

问题描述

所以在我的firstTest.e2e.js文件中,我有类似的东西:

describe('All tests',() => {
  beforeEach(async () => {
    //can add code here to do something before each it test
  });

  it('Take screenshot',async () => {
    await device.takeScreenshot('home');
  });
});

我的问题是,是否可以从该文件访问实际应用程序中的任何代码,或者它可以在我的应用程序之外运行?我可以在我的app / src文件夹中调用帮助程序类吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...