TestRail
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
api_key | string | API Key | true |
hostname | string | Hostname | true |
username | string | Username | true |
Example
1 { 2 "name": "TestRail connection", 3 "type": "testrail", 4 "configuration": { 5 "api_key": "", 6 "hostname": "https://example.testrail.io", 7 "username": "" 8 } 9 }
