Skip to content

Releases: agens-no/vscode-maestro-assistant

Updating publisher

10 Oct 07:37
00f0793
Compare
Choose a tag to compare

Updated publisher name in package.json to correct a formatting issue in the previous configuration.

v0.1.2 - Multiple commands

30 Nov 09:13
Compare
Choose a tag to compare

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

19 Apr 12:51
Compare
Choose a tag to compare

VSCode extension to help and improve working with Maestro flows.