我们可以在Firebase测试实验室上使用flutter_driver运行自动化测试吗? [英] Can we run automated tests using flutter_driver on Firebase Test Lab?

查看:101
本文介绍了我们可以在Firebase测试实验室上使用flutter_driver运行自动化测试吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我能够在Android Emulator上使用flutter_driver在示例flutter应用程序上运行自动化测试.我正在寻找在设备云上执行的选项.很少有讨论AWS Device Farm上执行的线程.但是,我对Firebase测试实验室感兴趣.类似于我们在SauceLabs中执行自动化脚本的方式,是否可以使用flutter_driver在Firebase测试实验室中运行自动化测试?

I am able to run automation tests on sample flutter application using flutter_driver on Android Emulator. I am looking for options of executing on Device Clouds. There are few threads which talk about executions on AWS Device Farm. However, I am interested in Firebase Test Lab. Similar to how we can execute automated scripts in SauceLabs, is there an option to run automated tests in Firebase Test Lab using flutter_driver?

推荐答案

当前不可能.测试实验室仅支持使用Espresso或UI Automator测试Android应用程序,以及使用XCTest测试iOS应用程序.当前没有其他框架支持.如文档中所述:

It's currently not possible. Test Lab only supports testing Android apps with Espresso or UI Automator, and iOS apps with XCTest. There is currently no other framework support. As stated in the documentation:

Test Lab在Android应用程序上运行Espresso和UI Automator 2.0测试,在iOS应用程序上运行XCTest测试.使用这些框架之一编写测试,然后通过Firebase控制台或gcloud命令行界面运行它们.

Test Lab runs Espresso and UI Automator 2.0 tests on Android apps, and XCTest tests on iOS apps. Write tests using one of those frameworks, then run them through the Firebase console or the gcloud command line interface.

随时提交具有Firebase支持的功能请求.

这篇关于我们可以在Firebase测试实验室上使用flutter_driver运行自动化测试吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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