Metadata-Version: 2.1
Name: pytest-rocketchat
Version: 1.1.1
Summary: Pytest to Rocket.Chat reporting plugin
Home-page: http://github.com/aleksandr-kotlyar/pytest-rocketchat
License: MIT
Keywords: pytest,py.test,rocketchat
Author: Aleksandr Kotlyar
Author-email: ask.kotlyar@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: requests
Requires-Dist: rocketchat-API
Description-Content-Type: text/markdown

# pytest-rocketchat
Pytest to [RocketChat](https://github.com/RocketChat) reporting plugin.

[![pypi](https://img.shields.io/pypi/v/pytest-rocketchat.svg)](https://pypi.org/project/pytest-rocketchat/)

___Inspired by [pytest-slack](https://pypi.org/project/pytest-slack/) & [pytest-messenger](https://pypi.org/project/pytest-messenger/).___

## Usage
```
$ pytest --rocketchat_domain=https://your.chat --rocketchat_username=username --rocketchat_password=password --rocketchat_channel=channel
```
Options:
- --rocketchat_domain* (Required)
- --rocketchat_username* (Required)
- --rocketchat_password* (Required)
- --rocketchat_channel* (Required)  
- --rocketchat_report_link
- --rocketchat_message_prefix
- --rocketchat_timeout
- --rocketchat_success_emoji
- --rocketchat_failed_emoji
- --ssl_verify

## Requirements
- Python >= 3.6
- Requests
- Rocketchat_API

## Installation
You can install "pytest-rocketchat" via [pip](https://pypi.python.org/pypi/pip/):
```
$ pip install pytest-rocketchat
```
If you encounter any problems, please file an [issue](https://github.com/aleksandr-kotlyar/pytest-rocketchat/issues) along with a detailed description.

