maestro icon indicating copy to clipboard operation
maestro copied to clipboard

[Feature Request] Show logged flow output when running nested flows

Open kaanx022 opened this issue 5 months ago • 3 comments

Is your feature request related to a problem? Please describe.

When I run a specific flow, that also runs a javascript which logs messages, it displays very nicely ./maestro.sh test loginUser.yaml 2 (1)

Describe the solution you'd like However when we run a flow that runs all flows, and they run in a nested way, then it currently FOLDS all log outputs.

So we no longer see those verbose logs:

1 (1)

Proposal:

you're already providing a --no-ansi mode, which is deserving of this folding, and we use this parameter when the Maestro is running across the CI instances.

However when we are running on development environment on a developer's host device, we have absolutely no reason to use --no-ansi, and no reason to fold and disable logs, even in nested executions.

Please make it the default behaviour to "not fold" these logs, and show them with nested test runs. You can provide a parameter like --no-ansi, which can be named --disable-logs or something... if anybody wants to keep this folding behaviour on nested executions, it's very specific and it's odd. It's definitely not an efficiency, and it's hiding important messages only on nested flows... This is more of a bug than a feature request if you ask me.

Additional context Screenshot 2024-02-09 at 10 27 01 am

kaanx022 avatar Feb 08 '24 23:02 kaanx022

or we can do the opposite and provide a --verbose shortly -v parameter just like --no-ansi, but this will enable the informative logs on nested flows as well.

People are upvoting this on slack so I assumed this might be of interest to the community

kaanx022 avatar Feb 08 '24 23:02 kaanx022

this looks like a missing core feature rather than an "extra"

we'd love to see this added in .__.

sdfgsdfgd avatar Feb 13 '24 05:02 sdfgsdfgd

on version 1.29.0 nested logs work for me. On newest (any new) not.

Darex1991 avatar Feb 29 '24 07:02 Darex1991