{"id":16514752,"url":"https://github.com/andgineer/docker-allure","last_synced_at":"2026-03-02T08:02:28.916Z","repository":{"id":145706651,"uuid":"92940615","full_name":"andgineer/docker-allure","owner":"andgineer","description":"Allure 2 docker","archived":false,"fork":false,"pushed_at":"2025-12-31T12:00:01.000Z","size":27404,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T01:31:53.488Z","etag":null,"topics":["allure","allure-report","docker"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andgineer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2017-05-31T11:45:22.000Z","updated_at":"2025-12-31T12:00:05.000Z","dependencies_parsed_at":"2024-04-11T13:55:14.457Z","dependency_job_id":"33b820b7-83a4-463e-accd-e3b003409a8a","html_url":"https://github.com/andgineer/docker-allure","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/andgineer/docker-allure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andgineer%2Fdocker-allure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andgineer%2Fdocker-allure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andgineer%2Fdocker-allure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andgineer%2Fdocker-allure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andgineer","download_url":"https://codeload.github.com/andgineer/docker-allure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andgineer%2Fdocker-allure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29995910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["allure","allure-report","docker"],"created_at":"2024-10-11T16:13:42.354Z","updated_at":"2026-03-02T08:02:23.879Z","avatar_url":"https://github.com/andgineer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Automated build](https://img.shields.io/docker/image-size/andgineer/allure)](https://hub.docker.com/r/andgineer/allure)\n\n[Docker container](https://hub.docker.com/r/andgineer/allure) for generating Yandex Allure test report\n\n## About\n\n[Yandex Allure](https://github.com/allure-framework/allure2/releases) generates visually appealing and easily navigable test reports.\n\nFor usage examples, see this [my blog](https://sorokin.engineer/posts/en/pytest_allure_selenium_auto_screenshot.html)\n\n## Usage\n\n### Generate Test Results\nSave test results to `./allure-results`:\n\n    pip install allure-pytest\n    pytest --alluredir=./allure-results\n\n### Generate and View Reports\n\nGenerate report in ./allure-report from results in ./allure-results:\n\n    docker run --rm -it \\\n        -v ${PWD}/allure-results:/allure-results \\\n        -v ${PWD}/allure-report:/allure-report \\\n        andgineer/allure \\\n        allure generate /allure-results -o /allure-report --clean\n\nServe report on `localhost:8800`:\n\n    docker run --rm -it \\\n        -v ${PWD}/allure-results:/allure-results \\\n        -v ${PWD}/allure-report:/allu-report \\\n        -p 8800:80 \\\n        andgineer/allure \\\n        allure serve -p 80 /allure-results\n\n\u003e Docker requires absolute paths, hence ${PWD} is used to reference the current working directory.\n\nSample test results are included in the ./allure-results folder. Use the command above to view the report at localhost:8800.\n\n## Allure Framework Releases\n\n[allure-framework](https://github.com/allure-framework/allure2/releases)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandgineer%2Fdocker-allure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandgineer%2Fdocker-allure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandgineer%2Fdocker-allure/lists"}