问题标签 [instrumented-test]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
19 浏览

android - 如何测试一个 Android 应用程序是否成功打开另一个应用程序?

我有两个 Android 应用程序(应用程序 A 和应用程序 B)。应用程序 A 启动应用程序 B 的某个功能,然后杀死自己。有没有办法对 App B 是否从 App A 成功启动进行仪器/浓缩咖啡测试?

0 投票
0 回答
17 浏览

android - Cucumber Android 无法在 Flavors 上运行

我有一个文件夹-> androidTestMyFlavor 和里面->

和->

里面的gradle文件->

_

我用 :

而且我的真实包名与applicationId不同。

package="com.blah.foobar" <-and-> applicationId com.lorem.ipsum

我跑:

但我收到这条消息:

我需要帮助才能在 Android Flavors 上运行黄瓜测试。