maestro
maestro copied to clipboard
[Enhancement] Suggestion - Allow a specific comment command to output to the terminal to split up/group steps
On some longer flows you end up with a long list of ticks and descriptions for the steps, it would be good to have a way where you could optionally break these up and group certain steps together, e.g.
- tapOn:
id: "nav_home"
### Card Flow
- tapOn:
id: "nav_card"
This would output in the terminal and increase readability/glanceability (could also use a different icon):
...
✅ Tap on id: nav_home
Card Flow
✅ Tap on id: nav_card
...
Also would be nice to have a separation and indicator output that a different flow was running when using the - runFlow command
@simon-gilmurray we now collapse the command statuses of the runFlow after completion. That's all we have planned for now in terms of output organization so going to close this out. If anything changes on this front we will update!
This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. Thank you for helping keep us our issue tracker clean!