testneo_swagger_upload_and_generate
Upload Swagger file and optional business rules to automatically generate NLP-driven web test cases with context indexing. Requires confirmation to proceed.
Instructions
Upload Swagger + optional business rules → unified context indexing + NLP web test cases (multipart). Guarded: TESTNEO_MCP_ALLOW_WRITE + confirm=true. Respects project execution preconditions. Large payloads: set TESTNEO_MCP_SWAGGER_TIMEOUT_MS. Backend: POST /api/web/v1/ai-test-gen/upload-and-generate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| swagger_file_base64 | Yes | ||
| swagger_filename | Yes | ||
| business_rules_text | No | ||
| business_rules_file_base64 | No | ||
| business_rules_filename | No | ||
| folder_id | No | ||
| max_test_cases | No | ||
| focus_tags | No | ||
| confirm | No | ||
| idempotency_key | No |