You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with Robin's Bitbucket pipeline CI integration.
The command generated and executed by the pipeline is: maestro cloud --apiKey $MDEV_API_KEY --branch discovery/maestro --repoName iatiapp_android --name 482 app/build/outputs/apk/dev/debug/app-dev-debug.apk
That command is quite different from the one written in the Robin docs because it doesn't include project-id and the .yaml file: maestro cloud --api-key <ROBIN_API_KEY> --project-id <ROBIN_PROJECT_ID> sample.apk android-flow.yaml
The error shown is:
java.lang.RuntimeException: special characters are not allowed
Caused by: unacceptable code point '' (0x3) special characters are not allowed
Which I think that is generated because the first command is not specifying any maestro test and this emptiness ' ' is causing that problem.
I tried using Maestro Cloud versions 1.0.0, 1.1.0 and 1.2.0 but the same problem in both of them.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Steps to reproduce
yaml file.pdf
Actual results
pipelineLog-{f80ed97c-7636-4a4b-afab-bf66e9bc8206}.txt
Expected results
About app
About environment
Logs
Logs
pipelineLog-{f80ed97c-7636-4a4b-afab-bf66e9bc8206}.txt
Maestro version
1.39.9
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
There is an issue with Robin's Bitbucket pipeline CI integration.
The command generated and executed by the pipeline is:
maestro cloud --apiKey $MDEV_API_KEY --branch discovery/maestro --repoName iatiapp_android --name 482 app/build/outputs/apk/dev/debug/app-dev-debug.apk
That command is quite different from the one written in the Robin docs because it doesn't include project-id and the .yaml file:
maestro cloud --api-key <ROBIN_API_KEY> --project-id <ROBIN_PROJECT_ID> sample.apk android-flow.yaml
The error shown is:
Which I think that is generated because the first command is not specifying any maestro test and this emptiness ' ' is causing that problem.
I tried using Maestro Cloud versions 1.0.0, 1.1.0 and 1.2.0 but the same problem in both of them.
Thanks in advance!
The text was updated successfully, but these errors were encountered: