CreateTestCaseInput Input Object
Input fields
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. |