create_api_integration_test
Generate API integration test code for Robot Framework. Input base URL, endpoint, and method to receive .robot file content for testing REST APIs without execution.
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 |