Build Summary
The following directives are provided for visualizing OSVVM’s build reports.
- .. osvvm:build-summary::
Generate a table summarizing the unittest results per testsuite and testcase. The testsuite hierarchy is visualized by indentation.
- :class:
Optional: A list of space separated user-defined CSS class names.
The CSS classes are applied on the HTML
<table>
tag.
- :reportid:
An identifier referencing a dictionary entry (key) in the configuration variable
osvvm_build_summaries
defined inconf.py
.
- :build-name:
Optional: Override the build report’s name.
- :show-testcases:
Optional: Select if all testcases (
all
) or only flawed testcases (not-passed
) should be listed per testsuite.
- :hide-build-summary:
Optional: If this flag is present, hide the summary row.