mobile-dev-inc/maestro

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

開放

#1,009 建立於 2023年4月21日

 (3 則留言) (0 個反應) (0 位負責人)Kotlin (824 個分叉)batch import
buggood first issuemaestro cli

倉庫指標

星標
 (14,051 顆星)
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

貢獻者指南