pytest-dev/pytest-html

Add links to images in self contained report

Offen

#110 geöffnet am 05.05.2017

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (253 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (770 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 8h 28m) (9 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide