Metadata-Version: 2.1
Name: easy_allure
Version: 1.0.1.1212
Summary: Library for allure testops
Home-page: https://github.com/2gis-test-labs/easy_allure
Author: 2GIS Test Labs
Author-email: test-labs@2gis.ru
License: Apache-2.0
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# easy_allure

Package to facilitate work with allure testops

## Installation

```shell
pip3 install easy-allure
```
To work with easy_allure, ENV variables for testops should be set in your working environment
```shell
export ALLURE_ENDPOINT=ENDPOINT_HERE
export ALLURE_TOKEN=TOKEN_HERE
export ALLURE_PROJECT_ID=ID_HERE
```

## Usage

Send test results to testops
```shell
easy_allure send ./allure_reports --launch-name my_launch
```


