mobile-dev-inc/maestro

`maestro record` doesn't respect the `--no-ansi` flag

Open

#1,009 创建于 2023年4月21日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Kotlin (306 fork)batch import
buggood first issuemaestro cli

仓库指标

Star
 (6,111 star)
PR 合并指标
 (平均合并 12天 2小时) (30 天内合并 39 个 PR)

描述

While using maestro record, I noticed that it seems to ignore the --no-ansi option. When using maestro test, it works just fine. Currently using Maestro version 1.26.1.

Command that doesn't work;

maestro --no-ansi record {flow path}

Command that does work;

maestro --no-ansi test {flow path}

https://user-images.githubusercontent.com/68027680/233732432-d2217c7e-5f0f-40e8-9b71-d58386cb9f43.mp4

贡献者指南