Skip to content

aleksandr-kotlyar/pytest-rocketchat

Repository files navigation

pytest-rocketchat

Pytest to RocketChat reporting plugin.

pypi

Inspired by pytest-slack & 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:

$ pip install pytest-rocketchat

If you encounter any problems, please file an issue along with a detailed description.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages