pytest-dev/pytest-html

Add links to images in self contained report

Aberta

#110 aberto em 5 de mai. de 2017

 (1 comentário) (0 reação) (0 responsável)Python (253 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (770 estrelas)
Métricas de merge de PR
 (Mesclagem média 8h 28m) (9 fundiu PRs em 30d)

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.

Guia do colaborador