Automated API testing with integration to TestRail for test management and reporting
--- name: api-test-runner description: Automated API testing with integration to TestRail for test management and reporting version: 1.0.0 author: DevTools Team tags: [testing, api, testrail, automation] --- # API Test Runner Automated REST API testing with test case management integration. Supports OpenAPI specs, generates test reports, and syncs results to TestRail. ## Features - OpenAPI/Swagger spec import - Automated request generation - Assertion library with JSONPath support - TestRail result synchronization - CI/CD pipeline integration ## Setup ```bash pip install requests pyyaml export TESTRAIL_URL=https://your.testrail.net export TESTRAIL_USER=your_email export TESTRAIL_API_KEY=your_api_key ``` ## Usage ```bash python scripts/run.py test ./specs/openapi.yaml --testrail python scripts/run.py report --run-id 123 ```
don't have the plugin yet? install it then click "run inline in claude" again.