Metadata-Version: 2.1
Name: allure-pytest-il
Version: 0.0.0
Summary: Allure pytest integration
Home-page: https://allurereport.org/
Author: Qameta Software Inc., Stanislav Seliverstov
Author-email: sseliverstov@qameta.io
License: Apache-2.0
Project-URL: Documentation, https://allurereport.org/docs/pytest/
Project-URL: Source, https://github.com/allure-framework/allure-python
Keywords: allure reporting pytest
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: pytest >=4.5.0

## Allure Pytest Plugin

[Копия проекта allure pytest](https://github.com/allure-framework/allure-python) 

---

## Quick start

```shell
$ pip install allure-pytest-il-il
$ pytest --alluredir=%allure_result_folder% ./tests
$ allure serve %allure_result_folder%
```
