Support for directly running Maestro Tests on the device at Lambdatest using Hyperexecute and RealDevice
-
Install hyperexecute cli from
Help
option on hyperexecute dashboard -
Move hyperexecute cli tool inside
LT Maestro
repository -
To make cli executable run this:
chmod u+x ./hyperexecute
-
From LT hyperexecute dashborad get your
USERNAME
andACCESS_KEY
-
Use this curl to upload app and for getting the app_id for passing it in the script - curl -u ":" -X POST "https://manual-api.lambdatest.com/app/upload/realDevice" -F "appFile=@"<local_app_path>"" -F "name="sampleApp""
6. To start the test `./hyperexecute --user <USERNAME> --key <ACCESS_KEY> --config yaml/maestro.yaml`