Releases: agens-no/vscode-maestro-assistant
Releases · agens-no/vscode-maestro-assistant
Updating publisher
v0.1.2 - Multiple commands
Support is available for running multiple commands simultaneously. To automatically select the simulator/emulator during execution, a UDID is required. If the UDID is not provided, you will be prompted to choose one.
"Multiple-Commands": [
{
"name": "Android",
"command": "maestro --udid emulator-5554 test -e APP_ID=com.company.app -e PLATFORM=android {FILE_PATH}"
},
{
"name": "iOS",
"command": "maestro --udid 9B2F4292-C94F-4C34-87D8-67231A5EA089 test -e APP_ID=com.company.app -e PLATFORM=ios {FILE_PATH}"
}
]
v0.1.0 - Initial release
VSCode extension to help and improve working with Maestro flows.