-
Hello, The length of the The current official List results API method documentation still describes the
However, an actual API request and response now looks like GET /api/projects/testspace-com%3Ademo/spaces/main/results HTTP/1.1
Host: demo.testspace.com [
{
"case_counts": [64, 9, 2, 0, 0],
// ...
},
// ...
] I checked the official Changelog and did not see any changes that were recent or that referred to the Response object.
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @Aldaviva, Thanks for reporting the issue. As the Testspace badges at Shilds.io are not officially supported by us we were not aware of the problem. Yes, there was a new Testspace release deployed last week that added a 5th number to the We are sorry we are behind with updating our documentation about that change. Would you like to submit a fix to https://github.com/badges/shields or you prefer us to follow up with that? Notice, some of the comments in there may have to be also adjusted as they point to non-existing help-urls. |
Beta Was this translation helpful? Give feedback.
Hi @Aldaviva,
Thanks for reporting the issue. As the Testspace badges at Shilds.io are not officially supported by us we were not aware of the problem.
Yes, there was a new Testspace release deployed last week that added a 5th number to the
case_counts
array. It is meant to capture "untested" count, which is meaningful only for Manual testing.We are sorry we are behind with updating our documentation about that change.
Would you like to submit a fix to https://github.com/badges/shields or you prefer us to follow up with that? Notice, some of the comments in there may have to be also adjusted as they point to non-existing help-urls.