Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.74 KB

File metadata and controls

52 lines (34 loc) · 1.74 KB

Reports

Auto-generated documentation for ocs_ci.framework.pytest_customization.reports module.

pytest_html_results_table_header

[find in source code]

@pytest.mark.optionalhook
def pytest_html_results_table_header(cells):

Add Description header to the table

pytest_html_results_table_row

[find in source code]

@pytest.mark.optionalhook
def pytest_html_results_table_row(report, cells):

Add content to the column Description

pytest_runtest_makereport

[find in source code]

@pytest.mark.hookwrapper
def pytest_runtest_makereport(item, call):

Add extra column( Log File) and link the log file location

pytest_sessionfinish

[find in source code]

def pytest_sessionfinish(session, exitstatus):

send email report