Skip to content

v0.1.2 - Multiple commands

Compare
Choose a tag to compare
@langtind langtind released this 30 Nov 09:13
· 2 commits to main since this release

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}"
      }
]