bytedance / Fastbot_Android

Fastbot(2.0) is a model-based testing tool for modeling GUI transitions to discover app stability problems
Other
1.01k stars 235 forks source link

没有启动页的App能去做适配吗? #167

Closed pengbeilin closed 1 year ago

pengbeilin commented 2 years ago

你好,就是fastbot跟monkey一样,没有启动页(android.intent.category.LAUNCHER)的应用,没有办法去执行测试,可不可以加一个activity的启动参数,如果有这个参数,就用这个activity启动然后去执行测试

zhangzhao4444 commented 1 year ago

这个可查询下 原生monkey的用法,也支持 -c 配置categories 通过特定的intent来启动。 不过更建议实现一个launcher去启动,fastbot自动组合了lanucher的intent