pytest-dev/pytest-html

Add links to images in self contained report

開放

#110 建立於 2017年5月5日

 (1 則留言) (0 個反應) (0 位負責人)Python (253 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (770 顆星)
PR 合併指標
 (平均合併 8小時 28分鐘) (30 天內合併 9 個 PR)

描述

When --self-contained-html is used we should provide links to any images in the HTML report. We should avoid duplicating the large data URI values, so it makes sense to use JavaScript to enable this functionality.

The links in the report column could be hidden by default and displayed via JavaScript, and the href destination could be taken from the associated img src. Similarly, the img could be an inactive link, enabled via JavaScript if enabled.

貢獻者指南