pytest-html icon indicating copy to clipboard operation
pytest-html copied to clipboard

extras.html adds html content in the same page while extras.text adds as a link

Open hemachandraraok opened this issue 5 years ago • 0 comments
trafficstars

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

hemachandraraok avatar Sep 20 '20 14:09 hemachandraraok