How to get only failed test in build via API?

Since I've a 10k test cases, Can I get all failed test in single call?

0
1 comment

If you have a way to locate the build, you can use http://<address>/app/rest/testOccurrences?locator=build:<build_locator>,status:FAILURE

1

Please sign in to leave a comment.