maestro icon indicating copy to clipboard operation
maestro copied to clipboard

[Enhancement] Suggestion - Allow a specific comment command to output to the terminal to split up/group steps

Open simon-gilmurray opened this issue 1 year ago • 1 comments

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  
  ...

simon-gilmurray avatar Sep 27 '22 16:09 simon-gilmurray

Also would be nice to have a separation and indicator output that a different flow was running when using the - runFlow command

simon-gilmurray avatar Sep 30 '22 11:09 simon-gilmurray

@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!

Leland-Takamine avatar Nov 28 '22 20:11 Leland-Takamine

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!

github-actions[bot] avatar Jul 11 '24 17:07 github-actions[bot]