在 flutter_driver 测试中,我们如何自动化上传图片或视频的部分? [英] In flutter_driver test, How can we automate the part where we upload images or videos?

查看:51
本文介绍了在 flutter_driver 测试中,我们如何自动化上传图片或视频的部分?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 flutter_driver 编写集成测试,有一个测试流程,我必须上传个人资料图片,有什么方法可以使这部分自动化.因为我在互联网上找不到任何与此相关的内容.

I am writing integration test using flutter_driver, there is a test flow where I have to upload profile picture, is there any way we can automate this part. as I cannot find anything relevant to this on internet.

我被卡住的具体部分是当我来到这个屏幕时我需要点击屏幕下方的Upload image按钮

The specific part where I am stuck is this when I come to this screen I need to tap on Upload image button in below screen

这是带有上传图片按钮的屏幕

点按此按钮后,我会转到图库,在其中选择一张图片并将其上传.

After tapping this I go to gallery where I select a image and it gets uploaded.

图库屏幕

我们必须选择上传图片的这部分是我想要自动化的部分,但我被困在这部分,我们如何实现这一点.

This part where we have to select an upload an image is what I want to automate but I am stuck in this part, how can we achieve this.

这可能吗?请帮忙,谢谢

Is this possible? please help, thanks

推荐答案

由于图书馆或者我应该说意图不是你的颤振活动的一部分,实现任务将是非常棘手或几乎不可能的,但是你可以做的是,您可以创建自己的 Flutter 页面,并在应用程序内使用更纤薄的视图和实现(如屏幕截图中显示的图库),然后您可以实现该功能.这是画廊应用程序的一个示例.您可以根据需要进行修改,并可以在其中进行测试

Since the library or should I say intent is not part of your flutter activity, It would be very tricky or near to impossible to implement the task, but what you can do is you can create your own flutter page with the the slimier view and implementation inside the app(like gallery shown in screenshot) after that you can Implement that functionality. Here's one example of gallery application. You can modify according to your need and can do testing in that

https://github.com/aouahib/photo_manager_demo

它适用于我的机器.请让我知道它是否也适用于您的.我认为您正在使用 android 一部手机.它应该可以解决这个问题.

It works on my machine. please let me know if it works on yours too. I think you are using android one phone. It should work on that.

这篇关于在 flutter_driver 测试中,我们如何自动化上传图片或视频的部分?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆