Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksandr-kotlyar/pytest-rocketchat
https://github.com/aleksandr-kotlyar/pytest-rocketchat
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aleksandr-kotlyar/pytest-rocketchat
- Owner: aleksandr-kotlyar
- Created: 2021-04-11T18:25:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T12:38:45.000Z (over 3 years ago)
- Last Synced: 2024-09-14T10:27:57.697Z (about 2 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.