execute_api_test
Run predefined API test steps for a given test case. Uses an array of steps, base URL, and objective to execute automated API tests.
Instructions
Execute predefined API test steps. Takes a test case and specific API steps to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auth | No | Authentication configuration | |
| steps | Yes | Array of API test steps to execute | |
| base_url | Yes | Base URL of the API | |
| objective | Yes | Testing objective | |
| test_case | Yes | Test case being executed |