Create a discovery
Create a new test case discovery with a given name and prompt
Authorizations
Path Parameters
The ID of the test target
Body
A descriptive name for the discovery that clearly identifies its purpose. This will be displayed in the UI and used for reference.
"Login Flow Validation"
Detailed instructions for what should be discovered and validated. Be specific about the functionality, conditions, or behaviors to test.
"Verify that users can successfully log in with valid credentials and see their dashboard."
The specific URL path where the test should begin execution. For example, '/login' for authentication tests or '/dashboard' for dashboard features.
"/login"
Name of another test case that must be executed before this discovery. The system will resolve this to the appropriate test case within the same test target.
"Login Test"
Custom identifier to link this discovery with external systems or tracking tools. Can be used for integration with issue trackers or test management systems.
"JIRA-1234"
List of tags to categorize and organize the discovery. Tags help in filtering and grouping related test cases (e.g., 'authentication', 'critical-path', 'regression').
[
"authentication",
"critical-path",
"smoke-test"
]
Name of the organizational folder where this discovery should be stored. Helps in maintaining a structured test hierarchy (e.g., 'Authentication Tests', 'User Management').
"Authentication Tests"