Authorizations
Path Parameters
The ID of the test target
Body
application/json
Name of the discovered test case
Example:
"Login Form Validation Test"
Prompt to generate the discovered test case
Example:
"Test the login form with valid and invalid credentials"
Entry point URL path of the discovered test case
Example:
"/login"
Prerequisite test case name
Example:
"Cookie Banner Acceptance"
External ID of the discovered test case
Example:
"ext-test-001"
Tags to assign to the discovered test case
Example:
["authentication", "forms", "validation"]
Folder name of the discovered test case
Example:
"Authentication Tests"
Type of the discovered test case
Available options:
LOGIN
, COOKIE_BANNER
Example:
"LOGIN"