{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/3"}],"enrichment":{"capability":"A unittest test runner that generates human-readable HTML reports of test results, including pass/fail/error/skip status for each test.","skillfed_tags":["test-reporting","unittest-extension"],"use_cases":["Generate shareable HTML test reports for CI/CD pipelines or team review","Archive test results in human-readable format for compliance or historical tracking","Display test outcomes in a web browser instead of terminal output for better readability","Integrate with build systems that expect HTML test artifacts"],"what_it_does":"HtmlTestRunner is a unittest test runner that replaces the default text output with HTML reports saved to disk. It captures test outcomes\u2014passes, failures, errors, and skipped tests\u2014and presents them in a structured HTML format suitable for sharing or archiving test results. The package depends only on Jinja2 for template rendering.\n\nYou use it by passing an instance of HTMLTestRunner to unittest.main() with an output directory parameter. The runner then generates an HTML file in that directory showing a summary and detailed breakdown of all test results. It's designed as a drop-in replacement for the standard unittest runner, requiring minimal code changes to adopt.","worth_installing":"Yes, if you need HTML test reports and accept dormant maintenance. The package is stable with no known vulnerabilities, but it has not been updated since 2019-09-09. Install only if the feature set meets your needs and you're comfortable with no active development or support."},"id":"html-testrunner","links":{"html":"https://skillfed.io/packages/html-testrunner","md":"https://skillfed.io/packages/html-testrunner.md","pypi":"https://pypi.org/project/html-testrunner/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2019-09-09","license_spdx":null,"license_treatment":"permissive","name":"html-testRunner","python_support":"unspecified","summary":"A Test Runner in python, for Human Readable HTML Reports"},"popularity":{"monthly_downloads":339480,"position":7425,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.2.1"}
