flybirds icon indicating copy to clipboard operation
flybirds copied to clipboard

基于自然语言的,跨端跨框架 BDD UI 自动化测试方案,BDD testing, Python style, Present by Trip Flight

Results 36 flybirds issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

1. 增加iOS scheme 跳转的内部方法支持 2. DSL API “跳转页面到[]” 增加iOS端,与Android、Web端保持一致

enhancement

**如题,增加支持对异常弹窗进行处理:** - 测试App版本更新弹窗 - 测试App权限请求弹窗 - 模拟器not responding 异常弹窗 - 系统UI isn't responding 异常弹窗 - 其他异常弹窗

enhancement

**为了更好的解决你的问题, 建议在发表前, 先浏览以下内容。** ## issue - 提供你的系统信息(python版本,设备信息等)。 - 提供你所使用的flybirds版本。可以对比 pypi上的版本, 看看是否为最新版, 也许你的问题在新版本中已经修复了。 - 尽量详细描述你的问题,以及这个问题是如何出现的,最好能把 操作步骤大概说一下,以便我们能重现这个问题。可以通过截图,录屏,`Console`报错等方式提交更多的信息。 - 超过 7 天未对 `Contributors` 的回复进行反馈的,默认将认为已解决关闭 Issue - **请使用提供的 Issue 模板格式发布,不符合规范的 issue,会被直接关闭** - **提问前请确认已经查找过** [flybirds...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

准确的说和框架没什么关系,由于vscode的isort插件,导致编辑`features\steps\steps.py`后,默认的包导入顺序改变,执行中文DSL编写的feature都会失败。 ![图片](https://github.com/ctripcorp/flybirds/assets/13842833/93c3c031-764b-4e2f-95eb-252668cc2189) ![图片](https://github.com/ctripcorp/flybirds/assets/13842833/2f7a874c-2cc6-4e41-8897-0e1f4b0ec521) 解决办法: 加上 `# isort: skip` 让插件忽略这行 ![图片](https://github.com/ctripcorp/flybirds/assets/13842833/758e8cc6-c0c3-4907-88dc-ff692258a0e6) 希望从源头上解决这个问题,避免后续的使用者踩坑