pytest-dev/pytest-html
Chrome prevents navigation to data URLs in self-contained report
Open
#170 opened on Jun 11, 2018
help wanted
Repository metrics
- Stars
- (770 stars)
- PR merge metrics
- (Avg merge 8h 28m) (9 merged PRs in 30d)
Description
Hi, I changed the mechanism of the report to be a bit different (modified tables, added new items, changed it's behavior and so). when I'm using a regular pipe, the test log is exported to assets folder and I can fetch it. but when I'm using --self-contained-html, the log isn't being included in the html page.
Can you please assist?
Thanks, Mor