create_api_integration_test
Generate Robot Framework API integration test code. Specify base URL, endpoint, and method to produce .robot file content for API testing.
Instructions
Generate Robot Framework API integration test code. Returns .robot file content as text - does not execute.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base_url | Yes | ||
endpoint | Yes | ||
method | No | GET |