Appearance
POST /api/orgs/{org}/projects/{prj}/repos/{repo}/tests/process
POST
/api/orgs/{org}/projects/{prj}/repos/{repo}/tests/process
Authorizations
Testslick OpenAPI Security Scheme
Authentication
TypeOpenID Connect (http://localhost:8080/auth/realms/testslick/.well-known/openid-configuration)
Parameters
Path Parameters
org*
Typestring
Requiredprj*
Typestring
Requiredrepo*
Typestring
RequiredRequest Body
application/json
JSON
{
"name": "string",
"tests": 0,
"failures": 0,
"errors": 0,
"skipped": 0,
"timestamp": "string",
"time": 0,
"testsuites": [
{
"name": "string",
"tests": 0,
"failures": 0,
"errors": 0,
"skipped": 0,
"timestamp": "string",
"time": 0,
"testcaseList": [
{
"classname": "string",
"name": "string",
"time": 0,
"failure": {
"message": "string",
"type": "string",
"content": "string"
},
"error": {
"message": "string",
"type": "string",
"content": "string"
},
"skipped": {
}
}
],
"runId": "string"
}
]
}
Responses
OK
application/json