{"id":47910328,"url":"https://github.com/postgrespro/pgpro-pytest-html-merger","last_synced_at":"2026-04-04T05:16:16.231Z","repository":{"id":348282894,"uuid":"1196953441","full_name":"postgrespro/pgpro-pytest-html-merger","owner":"postgrespro","description":"pytest-html reports merger","archived":false,"fork":false,"pushed_at":"2026-03-31T13:50:23.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-31T15:33:27.692Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/postgrespro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-31T07:36:56.000Z","updated_at":"2026-03-31T14:23:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/postgrespro/pgpro-pytest-html-merger","commit_stats":null,"previous_names":["postgrespro/pgpro-pytest-html-merger"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/postgrespro/pgpro-pytest-html-merger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fpgpro-pytest-html-merger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fpgpro-pytest-html-merger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fpgpro-pytest-html-merger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fpgpro-pytest-html-merger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postgrespro","download_url":"https://codeload.github.com/postgrespro/pgpro-pytest-html-merger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fpgpro-pytest-html-merger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31388441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T05:16:14.334Z","updated_at":"2026-04-04T05:16:16.226Z","avatar_url":"https://github.com/postgrespro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI Status](https://img.shields.io/github/actions/workflow/status/postgrespro/pgpro-pytest-html-merger/.github/workflows/ci.yml?label=CI)](https://github.com/postgrespro/pgpro-pytest-html-merger/actions/workflows/ci.yml)\n[![PyPI package version](https://badge.fury.io/py/pgpro-pytest-html-merger.svg)](https://badge.fury.io/py/pgpro-pytest-html-merger)\n[![PyPI python versions](https://img.shields.io/pypi/pyversions/pgpro-pytest-html-merger)](https://pypi.org/project/pgpro-pytest-html-merger)\n\n# pgpro-pytest-html-merger\nA professional tool to merge multiple pytest-html reports into a single, consistent HTML report. Developed and maintained by Postgres Professional.\n\n## Key Features\n- Smart Merging: Combines test results, logs, and metadata from multiple sources.\n- Flexible Input: Supports individual files and entire directories.\n- Customizable: Set your own report title and output filename.\n- Modern Support: Fully compatible with Python 3.8 through 3.14.\n\n## Installation\nYou can install the package directly from the repository (until it's published to PyPI):\n```bash\npip install pgpro-pytest-html-merger\n```\n\n## Usage\nAfter installation, the tool is available via the pgpro-pytest-html-merger command.\n\n### Basic Examples\nMerge all reports in a directory:\n```bash\npgpro-pytest-html-merger -i ./reports -o summary.html\n```\n\nMerge specific files with a custom title:\n```bash\npgpro-pytest-html-merger report1.html report2.html -o final.html --title \"Nightly Build\"\n```\n\nCombine directories and individual files:\n``` bash\npgpro-pytest-html-merger -i ./unit-tests -i ./e2e-tests extra-report.html -o full-report.html\n```\n\n### Command Line Arguments\n\n| Argument | Shorthand | Description | Default |\n| :--- | :--- | :--- | :--- |\n| `--input-dir` | `-i` | Directory containing HTML reports (can be used multiple times) | None |\n| `--out` | `-o` | Name of the output HTML report | `merged.html` |\n| `--title` | `-t` | Title of the output HTML report | None |\n| `--verbose` | `-v` | Level of logging verbosity | 3 |\n| `html_files` | | Positional arguments for individual HTML files | None |\n\n## Contributing\n1. Fork the repository.\n2. Create your feature branch (`git checkout -b feature/amazing-feature`).\n3. Commit your changes (`git commit -m 'feat: add some amazing feature'`).\n4. Push to the branch (`git push origin feature/amazing-feature`).\n5. Open a Pull Request.\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n© 2026 Postgres Professional\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostgrespro%2Fpgpro-pytest-html-merger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostgrespro%2Fpgpro-pytest-html-merger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostgrespro%2Fpgpro-pytest-html-merger/lists"}