Loading...
Loading...
Zephyr Scale integration. Manage Requirements, Projects, Users, Roles. Use when the user wants to interact with Zephyr Scale data.
npx skill4agent add membranedev/application-skills zephyr-scalemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search zephyr-scale --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane 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. |
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 action list --intent=QUERY