mobile-dev-inc/maestro
`maestro record` doesn't respect the `--no-ansi` flag
オープン
#1,009 opened on 2023/04/21
buggood first issuemaestro cli
Repository metrics
- Stars
- (14,051 個のスター)
- PR merge metrics
- (平均マージ 12d 2h) (30d で 39 merged PRs)
説明
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}