Metadata-Version: 2.1
Name: pytest-rt
Version: 1.0.0
Summary: pytest data collector plugin for Testgr
Home-page: https://github.com/and-sm/pytest-rt
Author: Andrey Smirnov
Author-email: and.inbx@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Framework :: Pytest
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown

# pytest-rt - pytest data collector for Testgr

Plugin sends pytest data to Testgr server.

### Setup

```pip install pytest-rt```

### Launch
```
pytest --rt --rtu="http://127.0.0.1/loader" -> will launch pytest with pytest-rt plugin.
```
Additional arguments:
\-\-rte="your_environment_or_version_etc" -> will send your environment name to the Testgr server. 

## Authors
[**Andrey Smirnov**](https://github.com/and-sm)

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details



