mobile-dev-inc/maestro

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

Open

#1009 aperta il 21 apr 2023

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Kotlin (306 fork)batch import
buggood first issuemaestro cli

Metriche repository

Star
 (6111 star)
Metriche merge PR
 (Merge medio 12g 2h) (39 PR mergiate in 30 g)

Descrizione

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

Guida contributor