bytedance / Fastbot_iOS

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

stub模式一直获取不到windows,导致describeUIView无法执行 #91

Open hulaogou opened 2 years ago

hulaogou commented 2 years ago

image

geron-cn commented 2 years ago

麻烦提供下 iOS系统版本呢, 另外建议尝试下直接使用 [app windows] 试试呢

wslyyy commented 2 years ago

image

请问我framwork里面没有跑进去,fastbot *fastbot_native = [[Fastbot_native alloc] init:startEnv]这个断点就已经报无法连接127.0.0.1:9797,后续的fastbot_native start肯定会有问题,奇怪的是能获取到已覆盖的view,但结果的总View和覆盖率就没有,是什么问题?

hulaogou commented 2 years ago

麻烦提供下 iOS系统版本呢, 另外建议尝试下直接使用 [app windows] 试试呢

ios 15.3.1

hulaogou commented 2 years ago

image

请问我framwork里面没有跑进去,fastbot *fastbot_native = [[Fastbot_native alloc] init:startEnv]这个断点就已经报无法连接127.0.0.1:9797,后续的fastbot_native start肯定会有问题,奇怪的是能获取到已覆盖的view,但结果的总View和覆盖率就没有,是什么问题?

不好意思,没遇到过 知识盲区 = =

zkluna commented 2 years ago

请教下stub模式怎么运行?stub怎么注入到APP中