I have create a report to track the status of testcases. I am looking to create a dashboard on confluence using the said report.
I followed the page
Though this page says only main and project dashboards are allowed but I was able to enbedd my testrun url as well. but When I give url for my report and publish my confluene page , I am not able to scroll on generated dashbord
TestRail doesn't provide an official public URL for sharing test runs. It's possible to add an iframe in Confluence cloud with the private URL of one of your test runs but it will require that you (or whoever will access it) are authenticated in your Jira instance. In this case I've configured the
iframemacro on Confluence cloud like this:https://xxxx.testrail.io/index.php?/runs/view/1364&group_by=cases:section_id&group_order=ascI also set the width, height and scrolling attributes. This way, scrolling on the iframe works.
This will be the final result; once again, it will require the user to be authenticated on TestRail instance and thus it's the possible workaround for the time being.