CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
examples/basic_robot.robot
examples/standalone_python.py
src/robotframework_xlibrary_result/XLibraryResult.py
src/robotframework_xlibrary_result/__init__.py
src/robotframework_xlibrary_result/config_loader.py
src/robotframework_xlibrary_result/errors.py
src/robotframework_xlibrary_result/filters.py
src/robotframework_xlibrary_result/py.typed
src/robotframework_xlibrary_result/report_config_loader.py
src/robotframework_xlibrary_result/template_engine.py
src/robotframework_xlibrary_result.egg-info/PKG-INFO
src/robotframework_xlibrary_result.egg-info/SOURCES.txt
src/robotframework_xlibrary_result.egg-info/dependency_links.txt
src/robotframework_xlibrary_result.egg-info/requires.txt
src/robotframework_xlibrary_result.egg-info/top_level.txt
src/robotframework_xlibrary_result/defaults/report.yaml
src/robotframework_xlibrary_result/modules/__init__.py
src/robotframework_xlibrary_result/modules/api_logger.py
src/robotframework_xlibrary_result/modules/data_comparator.py
src/robotframework_xlibrary_result/modules/html_generator.py
src/robotframework_xlibrary_result/modules/image_processor.py
src/robotframework_xlibrary_result/modules/schema_validator.py
src/robotframework_xlibrary_result/modules/step_logger.py
src/robotframework_xlibrary_result/modules/screenshot_enhancer/__init__.py
src/robotframework_xlibrary_result/modules/screenshot_enhancer/annotator.py
src/robotframework_xlibrary_result/templates/base.html
src/robotframework_xlibrary_result/templates/assets/app.js
src/robotframework_xlibrary_result/templates/assets/components.css
src/robotframework_xlibrary_result/templates/assets/design-system.css
src/robotframework_xlibrary_result/templates/assets/json-viewer-v2.css
src/robotframework_xlibrary_result/templates/assets/json-viewer-v2.js
src/robotframework_xlibrary_result/templates/assets/json-viewer.css
src/robotframework_xlibrary_result/templates/assets/json-viewer.js
src/robotframework_xlibrary_result/templates/assets/main.css
src/robotframework_xlibrary_result/templates/assets/main.js
src/robotframework_xlibrary_result/templates/assets/print.css
src/robotframework_xlibrary_result/templates/partials/body_accordion.html
src/robotframework_xlibrary_result/templates/partials/expand_collapse.html
src/robotframework_xlibrary_result/templates/partials/footer.html
src/robotframework_xlibrary_result/templates/partials/head.html
src/robotframework_xlibrary_result/templates/partials/header.html
src/robotframework_xlibrary_result/templates/partials/injected_content.html
src/robotframework_xlibrary_result/templates/partials/metrics_section.html
src/robotframework_xlibrary_result/templates/partials/results_table.html
src/robotframework_xlibrary_result/templates/partials/search_bar.html
src/robotframework_xlibrary_result/templates/partials/step_card.html
src/robotframework_xlibrary_result/templates/partials/step_tabs.html
src/robotframework_xlibrary_result/utils/__init__.py
src/robotframework_xlibrary_result/utils/formatters.py
src/robotframework_xlibrary_result/utils/serializers.py
tests/__init__.py
tests/test_smoke.py