discovery
Generate a test case for a test target using a description or prompt. Optionally set an entry point URL, folder, tags, or prerequisites.
Instructions
the discovery tool can create a test case on a given test target with a test case description or prompt. One can either start from the predefined url for that test case or provide a new entry point url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the test case to create | |
| prompt | Yes | Description or prompt used for test case generation | |
| tagNames | No | Optional list of tag names to assign to the newly discovered test case | |
| externalId | No | Optional external identifier. E.g. a ticket number or test rail id | |
| folderName | No | Optional folder name that the newly discovered test case will be added to | |
| testTargetId | Yes | Unique identifier of the test target | |
| prerequisiteName | No | Optional prerequisite test case name. If set all steps of the prerequisite will be executed before the test case discovery starts | |
| entryPointUrlPath | No | Optional entry point URL path, if not provided the predefined url of the test target will be used |