Does Buildkite provide any reporting?

Does Buildkite provide any kind of reporting? Like some HTML reports, which will be shown on the Buildkite UI, with the number of tests failed or passed along with some other info.

Following is the screenshot of a report using ExtentReport, so I am looking for something similar to this.

Any help is appreciated :smile:

Hey @Akash-Dhanwani, yeah sorry we don’t have any reports about test failures per se, but you could have look into using our build annotation command to make it easy to highlight test failures when they happen. Expanding on that, we also have this plugin that takes JUnit output and turns it into buildkite annotations, or you could customise your test runner directly to output test failures as buildkite annotations.

Hope one of those things helps!