python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Pytest HTML Not Displaying Image
I am trying to generate a self contained html report using pytest-html and selenium. I have been trying to imbedded screenshots into the report but they are not being displayed.
My conftest.py looks ...

cdub
Votes: 0
Answers: 2
Pytest Selenium Web Driver Coming Back as NoneType When using getfixturevalue
Can anyone help me figure out why driver is coming back as a NoneType in my pytest.hookimpl fixture?
Here is my conftest.py
@pytest.fixture()
def chrome_driver_init(request, path_to_chrome):
drive...

cdub
Votes: 0
Answers: 1
Is there way to show test author name in pytest-html reports for each tests?
Is there way to show test author name in pytest-html reports for each tests ?
user17034571
Votes: 0
Answers: 1
Generate pytest-html report per module in a session
I understand that the HTML report is written in the pytest_sessionfinish hookimpl (src). Which if i run multiple modules in one session, it will create only one report.
However, i would want to have o...
Litz
Votes: 0
Answers: 0