pytest-html icon indicating copy to clipboard operation
pytest-html copied to clipboard

Plugin for generating HTML reports for pytest results

Results 218 pytest-html issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, So currently I would like to pass images from web driver as base 64 encoded straight into your extra.image helper. When setting to --self-contained-html. This works great, the only...

enhancement

Not sure if this is by design or if it is a bug, but if you create a report with attachments like PNG images, the html HREF for those images...

bug

I’ve got some suggestions on improving the extra feature. Please let me know what you think and I can do the implementation. * Add to documentation what types of content...

proposal

how to set pytest-cov output to a single html? I'm trying to set the pytest-cov output to pytest-html, but don't know how to do. could you give me some advice?

question

Enhancement suggestion Instead of having a gigantic HTML table with all the results, could we split that table and produce a separate HTML table per module ? That will improve...

feature

This is more of a long term direction option for pytest-html: instead of rendering a HTML file with the plugin maybe it would be better to make it load and...

enhancement
feature
proposal

Hi, I have 107 Test Cases (and growing), and I can't seem to figure out how I can divide my test cases into different sections. For example, I want my...

question

I m tryin to add a dataframe as an html table to report using extra.append(extras.html(dataframe.to_html())). It is adding the table inside the test Details, but I would like add it...

question

Could, Could you add more comments to the code and Readme files so that we can better understand the type of objects and the attributes of the following parameters :...

docs

This plugin is absolutely working for pytest-bdd framework too. I see the passed/failed/skipped etc. However, I am wondering if we can extend support of this plugin for pytest-bdd framework? As...

enhancement
feature