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
Run maestro test flow.yaml -e LAT=-6.2555643 -e LNG=106.8107929
The Flow fails with error:
Failed to parse file: /Users/myuser/maestro/test.yaml:4
Cannot deserialize value of type `double` from String "${LAT}": not a valid `double` value (as String to convert)
Expected behavior
It should be able to accept parameters for latitude and longitude from env/javascript
Environment information (please complete the following information):
Maestro version: 1.36.0
Platform: Android && iOS
Framework: Native iOS/Android
Device model and OS version: iPhone 11 Simulator
Device: Both physical device and emulator/simulator
Host: Mac M1
The text was updated successfully, but these errors were encountered:
Describe the bug
setLocation command is failing when latitude and longitude values are passed as env variables from command line
To Reproduce
Sample flow.yaml
maestro test flow.yaml -e LAT=-6.2555643 -e LNG=106.8107929
Expected behavior
It should be able to accept parameters for latitude and longitude from env/javascript
Environment information (please complete the following information):
The text was updated successfully, but these errors were encountered: