pytest-dev/pytest-html

Add links to images in self contained report

Ouverte

#110 ouverte le 5 mai 2017

 (1 commentaire) (0 réaction) (0 personne assignée)Python (253 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (770 étoiles)
Métriques de merge PR
 (Merge moyen 8h 28m) (9 PRs mergées en 30 j)

Description

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.

Guide contributeur