testneo_figma_image_to_tests_workflow
Upload a UI image (PNG/JPEG/GIF/WebP) for vision ETL processing, then automatically generate and preview positive, negative, and edge test cases to validate interface behavior.
Instructions
No Figma token: upload exported UI image (PNG/JPEG/GIF/WebP) like the product 'Upload Figma Image' flow → wait for vision ETL → create unified context → generate tests → preview. Guarded: TESTNEO_MCP_ALLOW_WRITE + confirm=true. Backend: POST /api/web/v1/etl/upload-figma-image (multipart field: file).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| image_file_base64 | Yes | ||
| image_filename | Yes | ||
| context_name | Yes | ||
| context_description | No | ||
| figma_json_id | No | ||
| enrich_context_id | No | ||
| wait_for_vision | No | ||
| max_polls | No | ||
| poll_interval_ms | No | ||
| test_types | No | ||
| max_tests | No | ||
| preview_items | No | ||
| confirm | No | ||
| idempotency_key | No |