Skip to content

issues Search Results · repo:pytest-dev/pytest-html language:Python

Filter by

421 results
 (92 ms)

421 results

inpytest-dev/pytest-html (press backspace or delete to remove)

The maximum file size is used here to truncate the asset name https://github.com/pytest-dev/pytest-html/blob/4b88ee41bdbb5666b31dffd366608f735565b329/src/pytest_html/basereport.py#L50 and used together ...
  • Hatyme
  • Opened 
    27 days ago
  • #906

The odd rows of the Environment table have a different background color than the rest of the HTML report. When we add a custom CSS file with a body background color, those odd rows break the homogeneity ...
  • harmin-parra
  • Opened 
    28 days ago
  • #904

Hello ! Is it possible to change the content s name of the URL (instead of the default URL) when using pytest_html.extras.url ? Image
  • TheoCrd
  • 2
  • Opened 
    on Mar 19
  • #895

Hello! I tried to remove the Links column from the report but in vain. Apparently this part of code should do the trick, but as expected it did not work (I do not see a part where the column is removed ...
  • TheoCrd
  • 5
  • Opened 
    on Mar 4
  • #890

Hello! Is it possible to modify this aspect in the generated report Image Like for example, we would have Image : ImageName
enhancement
help wanted
javascript
  • TheoCrd
  • 2
  • Opened 
    on Feb 21
  • #884

My test produces log output using the logging module. In the HTML report, the output lines repeat, and the repetition increases for the number of tests run. e.g first test: ---------------------------- ...
  • zaoptos
  • Opened 
    on Feb 6
  • #872

This is to prevent the reverse tabnabbing vulnerability. Nevertheless, modern navigators add rel= noopener automatically to _blank target links. But it doesn t hurt to add this extra security precaution, ...
  • harmin-parra
  • Opened 
    on Jan 31
  • #859

``When using pytest-html 3.2.0, the report generated correctly, showing details of failed tests. Image When upgraded to pytest-html-4.1.0, the report no longer showed this data. Image By upgrading ...
  • jhickeyBOT
  • 2
  • Opened 
    on Jan 27
  • #858

@pytest.hookimpl(tryfirst=True) def pytest_configure(config): if not os.path.exists( reports ): os.makedirs( reports ) config.option.htmlpath = reports/ +datetime.now().strftime( %d-%m-%Y %H-%M-%S )+ .html ...
  • ajayraajj
  • Opened 
    on Jan 27
  • #857

When the test report is generated on device A, there will be detailed information about each case. I think the original file on device A should be quoted. Like: image But when I copy the test report of ...
  • AlanKing95
  • 2
  • Opened 
    on Dec 6, 2024
  • #853
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub