(response: CliPutTestCodeResponse)
| 3459 | } |
| 3460 | |
| 3461 | function renderCodePutText(response: CliPutTestCodeResponse): string { |
| 3462 | return [ |
| 3463 | `testId ${response.testId}`, |
| 3464 | `codeVersion ${response.codeVersion}`, |
| 3465 | `updatedAt ${response.updatedAt}`, |
| 3466 | ].join('\n'); |
| 3467 | } |
| 3468 | |
| 3469 | interface StepsOptions extends CommonOptions { |
| 3470 | testId: string; |