1
What tools do you use to aggregate test results?
I'm looking for a tool which would present results of automated system tests that talk to a real environment via API. Think E2E but without UI. Ideally I'd like to use a standard framework for such tests (like junit, jest, rspec) and upload the results somewhere. Devs would be able to browse them, filter by environment, version and other tags, view logs or attached comments, see execution history for a single test and maybe some basic reports.
I've found https://reportportal.io/ which seems like an ideal fit but will be complex to manage (microservices + postgres + rabbit + elasticsearch). TestRail might be good, will need to evaluate it, although it's more expensive than I would expect. I think that TeamCity has a decent view of test results but it's a full-blown CI system, more than I need.
Is there some other tool that you'd suggest? Preferably a managed offering.