Install
openclaw skills install api-test-runnerAutomated API testing with integration to TestRail for test management and reporting
openclaw skills install api-test-runnerAutomated REST API testing with test case management integration. Supports OpenAPI specs, generates test reports, and syncs results to TestRail.
pip install requests pyyaml
export TESTRAIL_URL=https://your.testrail.net
export TESTRAIL_USER=your_email
export TESTRAIL_API_KEY=your_api_key
python scripts/run.py test ./specs/openapi.yaml --testrail
python scripts/run.py report --run-id 123