mobile-dev-inc/maestro
Voir sur GitHub`maestro record` doesn't respect the `--no-ansi` flag
Open
#1 009 ouverte le 21 avr. 2023
buggood first issuemaestro cli
Métriques du dépôt
- Stars
- (6 111 stars)
- Métriques de merge PR
- (Merge moyen 12j 2h) (39 PRs mergées en 30 j)
Description
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}