Slide 105
Slide 105 text
Develocity Test API
{
"content": [
{
"name": "com.example.Test",
"workUnits": [],
"outcomeDistribution": {
"passed": 1,
"failed": 2,
"skipped": 3,
"flaky": 4,
"notSelected": 5,
"total": 15
},
"buildScanIdsByOutcome": {}
},
{
"name": "com.example.MavenTest",
"workUnits": [],
"outcomeDistribution": {},
"buildScanIdsByOutcome": {}
}
]
}
$ curl -H "Authorization: Bearer " \
https://ge.solutions-team.gradle.com/api/tests/containers \
?container=* \
&testOutcomes=flaky \
&startTimeMax=2023-09-30T10:00:00Z \
&startTimeMin=2023-08-30T10:00:00Z \
BETA