975
edits
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
] | ] | ||
} | } | ||
* '''/tests/'''''testId'' - returns information for a specific test_id | |||
** Example response: | |||
{ | |||
'stat':'ok', | |||
'test': { | |||
'id':123, | |||
'name':'Tp3', | |||
'branch':'1.9', | |||
'os':'WinXP' | |||
} | |||
} | |||
* '''/tests/runs/'''''testId'' - returns test runs for test_id, default date limit is 4 weeks, sorted by date descending | * '''/tests/runs/'''''testId'' - returns test runs for test_id, default date limit is 4 weeks, sorted by date descending | ||
** Example response: | ** Example response: | ||
edits