Open
Description
I m tryin to add a dataframe as an html table to report using extra.append(extras.html(dataframe.to_html())). It is adding the table inside the test Details, but I would like add it as a link under Links column, so that when I click on the link, it opens the dataframe in a new tab. Is it possible already?
Note: extras.text("some text") adds the text as a link