METADATA 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. Metadata-Version: 2.1
  2. Name: allure-pytest
  3. Version: 2.13.5
  4. Summary: Allure pytest integration
  5. Home-page: https://allurereport.org/
  6. Author: Qameta Software Inc., Stanislav Seliverstov
  7. Author-email: sseliverstov@qameta.io
  8. License: Apache-2.0
  9. Project-URL: Documentation, https://allurereport.org/docs/pytest/
  10. Project-URL: Source, https://github.com/allure-framework/allure-python
  11. Keywords: allure reporting pytest
  12. Classifier: Development Status :: 5 - Production/Stable
  13. Classifier: Framework :: Pytest
  14. Classifier: Intended Audience :: Developers
  15. Classifier: License :: OSI Approved :: Apache Software License
  16. Classifier: Topic :: Software Development :: Quality Assurance
  17. Classifier: Topic :: Software Development :: Testing
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 3 :: Only
  20. Classifier: Programming Language :: Python :: 3.7
  21. Classifier: Programming Language :: Python :: 3.8
  22. Classifier: Programming Language :: Python :: 3.9
  23. Classifier: Programming Language :: Python :: 3.10
  24. Classifier: Programming Language :: Python :: 3.11
  25. Classifier: Programming Language :: Python :: 3.12
  26. Description-Content-Type: text/markdown
  27. Requires-Dist: pytest >=4.5.0
  28. Requires-Dist: allure-python-commons ==2.13.5
  29. ## Allure Pytest Plugin
  30. [![Release Status](https://img.shields.io/pypi/v/allure-pytest)](https://pypi.python.org/pypi/allure-pytest)
  31. [![Downloads](https://img.shields.io/pypi/dm/allure-pytest)](https://pypi.python.org/pypi/allure-pytest)
  32. > An Allure adapter for [pytest](https://docs.pytest.org/en/latest/).
  33. [<img src="https://allurereport.org/public/img/allure-report.svg" height="85px" alt="Allure Report logo" align="right" />](https://allurereport.org "Allure Report")
  34. - Learn more about Allure Report at [https://allurereport.org](https://allurereport.org)
  35. - πŸ“š [Documentation](https://allurereport.org/docs/) – discover official documentation for Allure Report
  36. - ❓ [Questions and Support](https://github.com/orgs/allure-framework/discussions/categories/questions-support) – get help from the team and community
  37. - πŸ“’ [Official announcements](https://github.com/orgs/allure-framework/discussions/categories/announcements) – stay updated with our latest news and updates
  38. - πŸ’¬ [General Discussion](https://github.com/orgs/allure-framework/discussions/categories/general-discussion) – engage in casual conversations, share insights and ideas with the community
  39. - πŸ–₯️ [Live Demo](https://demo.allurereport.org/) β€” explore a live example of Allure Report in action
  40. ---
  41. ## Quick start
  42. ```shell
  43. $ pip install allure-pytest
  44. $ pytest --alluredir=%allure_result_folder% ./tests
  45. $ allure serve %allure_result_folder%
  46. ```
  47. ## Further readings
  48. Learn more from [Allure pytest's official documentation](https://allurereport.org/docs/pytest/).