()
| 138 | } |
| 139 | |
| 140 | remoteListDevices(): string { |
| 141 | return this.executeCommand(["remote", "list-devices"]); |
| 142 | } |
| 143 | |
| 144 | remoteAllocate(platform: "ios" | "android"): string { |
| 145 | return this.executeCommand(["remote", "allocate", "--platform", platform]); |
no test coverage detected