Loading...
Loading...
Compare original and translation side by side
membranenpm install -g @membranehq/climembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane login --tenantmembrane login complete <code>membrane search zephyr-scale --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane search zephyr-scale --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --jsonmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| List Test Cases | list-test-cases | Retrieves all test cases. |
| List Test Executions | list-test-executions | Returns all test executions. |
| List Test Plans | list-test-plans | Retrieves all test plans. |
| List Test Cycles | list-test-cycles | Returns all test cycles. |
| List Projects | list-projects | Returns all projects. |
| List Folders | list-folders | Returns all folders. |
| List Statuses | list-statuses | Returns all statuses. |
| List Priorities | list-priorities | Returns all priorities. |
| List Environments | list-environments | Returns all environments. |
| Get Test Case | get-test-case | Returns a test case for the given key. |
| Get Test Execution | get-test-execution | Returns a test execution for the given ID. |
| Get Test Plan | get-test-plan | Returns a test plan for the given id or key. |
| Get Test Cycle | get-test-cycle | Returns a test cycle for the given key. |
| Get Project | get-project | Returns a project for the given ID or key. |
| Get Folder | get-folder | Returns a folder for the given ID. |
| Create Test Case | create-test-case | Creates a test case. |
| Create Test Execution | create-test-execution | Creates a test execution. |
| Create Test Plan | create-test-plan | Creates a test plan. |
| Create Test Cycle | create-test-cycle | Creates a Test Cycle. |
| Create Folder | create-folder | Creates a folder. |
| 名称 | 键值 | 描述 |
|---|---|---|
| 列出测试用例 | list-test-cases | 获取所有测试用例。 |
| 列出测试执行 | list-test-executions | 返回所有测试执行记录。 |
| 列出测试计划 | list-test-plans | 获取所有测试计划。 |
| 列出测试周期 | list-test-cycles | 返回所有测试周期。 |
| 列出项目 | list-projects | 返回所有项目。 |
| 列出文件夹 | list-folders | 返回所有文件夹。 |
| 列出状态 | list-statuses | 返回所有状态。 |
| 列出优先级 | list-priorities | 返回所有优先级。 |
| 列出环境 | list-environments | 返回所有环境。 |
| 获取测试用例 | get-test-case | 根据给定的键值返回测试用例。 |
| 获取测试执行 | get-test-execution | 根据给定的ID返回测试执行记录。 |
| 获取测试计划 | get-test-plan | 根据给定的ID或键值返回测试计划。 |
| 获取测试周期 | get-test-cycle | 根据给定的键值返回测试周期。 |
| 获取项目 | get-project | 根据给定的ID或键值返回项目。 |
| 获取文件夹 | get-folder | 根据给定的ID返回文件夹。 |
| 创建测试用例 | create-test-case | 创建测试用例。 |
| 创建测试执行 | create-test-execution | 创建测试执行记录。 |
| 创建测试计划 | create-test-plan | 创建测试计划。 |
| 创建测试周期 | create-test-cycle | 创建测试周期。 |
| 创建文件夹 | create-folder | 创建文件夹。 |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane request CONNECTION_ID /path/to/endpoint| 标志 | 描述 |
|---|---|
| HTTP方法(GET, POST, PUT, PATCH, DELETE)。默认值为GET |
| 添加请求头(可重复使用),例如 |
| 请求体(字符串) |
| 简写方式,用于发送JSON体并设置 |
| 按原样发送请求体,不进行任何处理 |
| 查询字符串参数(可重复使用),例如 |
| 路径参数(可重复使用),例如 |
membrane action list --intent=QUERYmembrane action list --intent=QUERY