updateTestTarget
Update an existing test target's configuration, such as discovery URL, timeout, or TestRail integration, to reflect changes in the application under test.
Instructions
the updateTestTarget tool can update an existing test target. A test target represents an application or service that can be tested using Octomind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | The app name or project name of the test target | |
| discoveryUrl | No | The discovery URL of the test target | |
| testTargetId | Yes | Unique identifier of the test target to update | |
| timeoutPerStep | No | The timeout per step in milliseconds | |
| testIdAttribute | No | The attribute name of the test ID | |
| testRailIntegration | No | TestRail integration configuration | |
| skipAutomaticTestCreation | No | Skip automatic test creation right after the test target is created |