createTestCase Mutation
Create a new TestCase.
Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_manage_integrations]. 2. The signed-in User has any of the following permissions for the access function context object 'integration_Customer': [customer_admin_integration_permissions, customer_manage_integrations].
Input fields (CreateTestCaseInput!)
Argument | Type | Description |
---|---|---|
integration | ID! | The Integration this TestCase belongs to. |
name | String! | The name of the TestCase. |
contentType | String | Content type of the test payload. |
payload | String | Test step payload data. |
headers | String | Test headers as key/value pairs. |
result | String | Test step result data. |
clientMutationId | String | A unique identifier for the client performing the mutation. |