(platform: "ios" | "android")
| 142 | } |
| 143 | |
| 144 | remoteAllocate(platform: "ios" | "android"): string { |
| 145 | return this.executeCommand(["remote", "allocate", "--platform", platform]); |
| 146 | } |
| 147 | |
| 148 | remoteRelease(deviceId: string): string { |
| 149 | return this.executeCommand(["remote", "release", "--device", deviceId]); |
no test coverage detected