{"id":13625438,"url":"https://github.com/allure-framework/allure-python","last_synced_at":"2025-12-30T11:53:50.658Z","repository":{"id":16464985,"uuid":"79346720","full_name":"allure-framework/allure-python","owner":"allure-framework","description":"Allure integrations for Python test frameworks","archived":false,"fork":false,"pushed_at":"2025-05-05T18:37:00.000Z","size":819,"stargazers_count":756,"open_issues_count":110,"forks_count":244,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-05-06T07:43:49.392Z","etag":null,"topics":["allure","behave","pytest","reporting","robotframework"],"latest_commit_sha":null,"homepage":"https://allurereport.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allure-framework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-01-18T14:17:16.000Z","updated_at":"2025-05-03T10:43:16.000Z","dependencies_parsed_at":"2024-01-17T00:54:53.401Z","dependency_job_id":"aae5ae74-a786-43f7-9b71-67f91a6cafa1","html_url":"https://github.com/allure-framework/allure-python","commit_stats":{"total_commits":324,"total_committers":59,"mean_commits":5.491525423728813,"dds":0.4320987654320988,"last_synced_commit":"20ba28a086e9097c4d44f9e01c8df8bf85f41d3e"},"previous_names":[],"tags_count":79,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allure-framework%2Fallure-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allure-framework%2Fallure-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allure-framework%2Fallure-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allure-framework%2Fallure-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allure-framework","download_url":"https://codeload.github.com/allure-framework/allure-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253737798,"owners_count":21956087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","behave","pytest","reporting","robotframework"],"created_at":"2024-08-01T21:01:55.812Z","updated_at":"2025-12-30T11:53:50.618Z","avatar_url":"https://github.com/allure-framework.png","language":"Python","readme":"# Allure Python Integrations\n\n[![Build](https://github.com/allure-framework/allure-python/actions/workflows/build.yaml/badge.svg)](https://github.com/allure-framework/allure-python/actions/workflows/build.yaml)\n\n\u003e The repository contains adapters for Python-based test frameworks.\n\n[\u003cimg src=\"https://allurereport.org/public/img/allure-report.svg\" height=\"85px\" alt=\"Allure Report logo\" align=\"right\" /\u003e](https://allurereport.org \"Allure Report\")\n\n- Learn more about Allure Report at [https://allurereport.org](https://allurereport.org)\n- 📚 [Documentation](https://allurereport.org/docs/) – discover official documentation for Allure Report\n- ❓ [Questions and Support](https://github.com/orgs/allure-framework/discussions/categories/questions-support) – get help from the team and community\n- 📢 [Official announcements](https://github.com/orgs/allure-framework/discussions/categories/announcements) –  stay updated with our latest news and updates\n- 💬 [General Discussion](https://github.com/orgs/allure-framework/discussions/categories/general-discussion) – engage in casual conversations, share insights and ideas with the community\n- 🖥️ [Live Demo](https://demo.allurereport.org/) — explore a live example of Allure Report in action\n\n---\n\n## Pytest\n[![Release\nStatus](https://img.shields.io/pypi/v/allure-pytest)](https://pypi.python.org/pypi/allure-pytest)\n[![Downloads](https://img.shields.io/pypi/dm/allure-pytest)](https://pypi.python.org/pypi/allure-pytest)\n\nAllure [pytest](http://pytest.org) integration. It's developed as pytest\nplugin and distributed via\n[pypi](https://pypi.python.org/pypi/allure-pytest).\n\n[Usage examples](/allure-pytest/examples).\n\n## Behave\n[![Release\nStatus](https://img.shields.io/pypi/v/allure-behave)](https://pypi.python.org/pypi/allure-behave)\n[![Downloads](https://img.shields.io/pypi/dm/allure-behave)](https://pypi.python.org/pypi/allure-behave)\n\nAllure [behave](https://behave.readthedocs.io/en/latest/) integration.\nJust external formatter that produce test results in allure2 format.\nThis package is available on\n[pypi](https://pypi.python.org/pypi/allure-behave).\n\n[Usage examples](/allure-behave/examples).\n\n## Robot Framework\n[![Release\nStatus](https://img.shields.io/pypi/v/allure-robotframework)](https://pypi.python.org/pypi/allure-robotframework)\n[![Downloads](https://img.shields.io/pypi/dm/allure-robotframework)](https://pypi.python.org/pypi/allure-robotframework)\n\nAllure [RobotFramework](http://robotframework.org/) integration. This\nintegration is a\n[Listener](http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#listener-interface\\))\nand does not require changing autotests.\n\n[Read more ...](/allure-robotframework/README.rst).\n\n[Usage examples](/allure-robotframework/examples).\n\n## Pytest-BDD\n\n[![Release\nStatus](https://img.shields.io/pypi/v/allure-pytest-bdd)](https://pypi.python.org/pypi/allure-pytest-bdd)\n[![Downloads](https://img.shields.io/pypi/dm/allure-pytest-bdd)](https://pypi.python.org/pypi/allure-pytest-bdd)\n\nAllure [pytest-bdd](http://pytest.org) integration. It's developed as\npytest plugin and distributed via\n[pypi](https://pypi.python.org/pypi/allure-pytest-bdd).\n\n## Nose2\n[![Release\nStatus](https://img.shields.io/pypi/v/allure-nose2)](https://pypi.python.org/pypi/allure-nose2)\n[![Downloads](https://img.shields.io/pypi/dm/allure-nose2)](https://pypi.python.org/pypi/allure-nose2)\n\n## Allure python commons\n\nCommon engine for all modules. It is useful for make integration with\nyour homemade frameworks.\n\n## Allure python commons test\n\nJust pack of hamcrest matchers for validation result in allure2 json\nformat.\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallure-framework%2Fallure-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallure-framework%2Fallure-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallure-framework%2Fallure-python/lists"}