pytest-dev/pytest-html

Add links to images in self contained report

オープン

#110 opened on 2017/05/05

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (253 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (770 個のスター)
PR merge metrics
 (平均マージ 8h 28m) (30d で 9 merged PRs)

説明

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.

コントリビューターガイド