front
test_smoke front
Endpoint for running API Integration Tests' Smoke Tests ONLY for the Weather System
post/tester/smoke
Response
OK response.
Example response
{
"collections": [
{
"duration": 1234,
"fail_count": 1,
"name": "Locator Tests",
"pass_count": 12,
"results": [
{
"duration": 1234,
"error": "error getting location for valid ip: %v",
"name": "TestValidIP",
"passed": true
},
{
"duration": 1234,
"error": "error getting location for valid ip: %v",
"name": "TestValidIP",
"passed": true
},
{
"duration": 1234,
"error": "error getting location for valid ip: %v",
"name": "TestValidIP",
"passed": true
}
]
},
{
"duration": 1234,
"fail_count": 1,
"name": "Locator Tests",
"pass_count": 12,
"results": [
{
"duration": 1234,
"error": "error getting location for valid ip: %v",
"name": "TestValidIP",
"passed": true
},
{
"duration": 1234,
"error": "error getting location for valid ip: %v",
"name": "TestValidIP",
"passed": true
},
{
"duration": 1234,
"error": "error getting location for valid ip: %v",
"name": "TestValidIP",
"passed": true
}
]
}
],
"duration": 1234,
"fail_count": 1,
"pass_count": 12
}Changes
Changed in 2 of the 6 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲