maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Referencing images

Open iMostfa opened this issue 1 week ago • 1 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues and didn't find mine.

Steps to reproduce

Thanks for the great project. we are facing a blocking issue in our project where referencing images from JS scripts. it works locally, but doesn't work on maestro cloud.

steps to reproduce:

  1. Fork maestro-examples
git clone https://github.com/Fishbowler/maestro-examples.git
  1. run the following on test on cloud
https://github.com/Fishbowler/maestro-examples/blob/main/multipart-uploads/flow.yaml

Actual results

it fails in the JS phase, with unable to find the file.

Expected results

it should work as expected and uploads the image in multiform request

About app

About environment

it doesn't matter because it's the cloud itself, not local maestro

Logs

No response

Maestro version

latest

How did you install Maestro?

install script (https://get.maestro.mobile.dev)

Anything else?

full context: https://maestro--dev.slack.com/archives/C041FU72T54/p1765293212452679

iMostfa avatar Dec 11 '25 12:12 iMostfa