Notify google chat channel for test results
Project description
pytest-google-chat
Notify google chat channel for test results
🧰 Installation
You can install pytest-google-chat via pip from PyPI:
$ pip install pytest-google-chat
📖 Usage
In order to use this plugin, you need to provide the command line flag --google-chat
and a valid goggle chat webhook.
The webhook, as all the other parameters, can be provided as a command line argument, as a value inside a config file or as an environment variable.
Command line options
Option | Description | Default value |
---|---|---|
--google-chat |
Enable the plugin (required) | This doesn't need a value |
--gc-webhook |
The webhook to send notifications to. Important: Use double or single quotes for the value |
None |
--report-link |
The link to the report | None |
--report-title |
The title of the report | None |
--report-subtitle |
The subtitle of the report | None |
--gc-fail-image |
The url of an image to use when the test fails | None |
--gc-success-image |
The url of an image to use when the test succeeds | None |
--gc-config |
The path to the config file | None |
Using a config file
[GOOGLE-CHAT]
gc_webhook=https://chat.googleapis.com/v1/spaces/AAAA7GkHUoE/messages?key=XXXX&token=YYYY
report_link=https://link.to.report
report_title=My Report
report_subtitle=My Report Subtitle
gc_fail_image=https://link.to.image
gc_success_image=https://link.to.image
Using environment variables:
REPORT_TITLE="My Report" pytest --google-chat --gc-webhook=https://....
❗NOTE
All previous methods can be used combined.
The order of precedence is: command line options > config file > environment variable.
Contributing
Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.
License
Distributed under the terms of the MIT license, "pytest-google-chat" is free and open source software.
Issues
If you encounter any problems, please file an issue along with a detailed description.
This pytest plugin was generated with Cookiecutter along with @hackebrot's cookiecutter-pytest-plugin template.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file pytest_google_chat-0.4.3-py3-none-any.whl
.
File metadata
- Download URL: pytest_google_chat-0.4.3-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4a38e6feed4020c9d58b8f5819c8f69219b953e2d66937a899a3668b9f87173 |
|
MD5 | 88305918392351dbfd8ae06adf85ec5c |
|
BLAKE2b-256 | 380383fea2840fe9ddd331400c33d9d521f6cf849fbe84ba1338bb00ea75b37f |