mobile-dev-inc/maestro
Auf GitHub ansehen`maestro record` doesn't respect the `--no-ansi` flag
Open
#1.009 geöffnet am 21. Apr. 2023
buggood first issuemaestro cli
Repository-Metriken
- Stars
- (6.111 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 12T 2h) (39 gemergte PRs in 30 T)
Beschreibung
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}