plugin ¶
MkDocs plugin to integrate RobotFramework test reports.
RobotConfig ¶
Bases: Config
Data class for mkdocs plugin config.
RobotPlugin ¶
Bases: BasePlugin[RobotConfig]
mkdocs plugin to integrate RobotFramework test execution results.
on_files ¶
on_files(files: Files, *, config: MkDocsConfig) -> Files
Handle the on_files event hook.
Source code in src/robot_markdown/plugin.py
41 42 43 44 45 46 47 48 49 50 51 52 53 54 | |
on_post_build ¶
on_post_build(config: MkDocsConfig) -> None
Handle the on_post_build event hook.
Source code in src/robot_markdown/plugin.py
56 57 58 59 60 | |