mobile-dev-inc / maestro

Painless Mobile UI Automation
https://maestro.mobile.dev/
Apache License 2.0
5.85k stars 276 forks source link

Maestro Cloud: Nested flows from subfolder not getting uploaded #735

Closed pocmo closed 1 year ago

pocmo commented 1 year ago

I created the following structure locally:

.
└── folder
    ├── test1.yaml
    ├── test2.yaml
    └── helper
        ├── helper1.yaml
        ├── helper2.yaml
        └── helper3.yaml

The flows in the helper folder are included in test1.yaml and test2.yaml using runFlow.

Locally that's fine, but when uploading to Maestro Cloud (maestro cloud app.apk ./folder) then test1 and test2 fail at the runFlow step, which may mean that those flows did not get uploaded.

amanjeetsingh150 commented 1 year ago

Hey, @pocmo thanks for reaching out! Can you share the link to your cloud console? Feel free to share on our slack, you can find me by name "Amanjeet Singh".

pocmo commented 1 year ago

Hey @amanjeetsingh150.

While trying to get the link for you I noticed that the nested flow did indeed run and something inside failed. I was confused by only seeing the nested flow failure until I scrolled and found what actually failed.

❌ Run helper/helper1.yaml

Sorry, this was a false alarm. :)

github-actions[bot] commented 4 months ago

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!