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.

贡献者指南