Pytest to RocketChat reporting plugin.
Inspired by pytest-slack & pytest-messenger.
$ 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
- Python >= 3.6
- Requests
- Rocketchat_API
You can install "pytest-rocketchat" via pip:
$ pip install pytest-rocketchat
If you encounter any problems, please file an issue along with a detailed description.