Closed retyui closed 1 year ago
I workaround I pass bool values as string and it solve my needs
- launchApp:
appId: "com.example.app"
arguments:
isMaestro: "true"
LaunchArguments.value().isMaestro // true
I believe this is something related to how maestro builds a result call arguments, closing
Boolean values don't parsed properly on iOS, see an example below
maestro test:
JS part
Docs: