Create an html page the user can view for a quick overview of the test output. Only the most common charts containing data for all runs are included.
The downside of this MR is that in order for this to work, we have to make the CI/CD pipelines public. This might be a slight risk, since the branch names, named logs and charts will become public. If testing a CVE fix, for example, the branch name might hint what we're working on and how it might behave under load. All builds are performed in AWS and stay there -- no code will be leaked, so this should be quite safe, just something to keep in mind. @pspacek