Pytest report plugin for Squadcast
Project description
pytest-squadcast
Pytest report plugin for Squadcast
Allow to send incident on Squadcast product.
installation
pip install pytest-squadcast
Add option to send message
pytest --squadcast
Create payload via hook
def pytest_squadcast_create_payload(session: Session) -> dict:
reporter = session.config.pluginmanager.get_plugin('terminalreporter')
return {"data": {
"message": "This will be the incident message",
"description": "This will be the incident description",
"tags": {
"passed": str(reporter.stats.get('passed', [])),
"tagname2": "Tag value#2",
},
"status": "trigger",
},
"service": "0d2a4409625e05adbc1d81b3540ag89826bfa7cc",
}
Dev
Change version
edit
pytest_squadcast/__init__.py
commit
git commit -m "v0.1.0"
tag
git tag v0.1.0
Build package
python -m build
twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pytest-squadcast-0.1.3.tar.gz
.
File metadata
- Download URL: pytest-squadcast-0.1.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75b40221f998e11ef58bb25fda7e86741a265bfaa738b8b813a6739fe4a3512b |
|
MD5 | aa457595b55c7ea7fa057a4dced28d09 |
|
BLAKE2b-256 | 1a30c5f1d03770a91b79e662eeda736d5e9fa08a9ea67a07fe2214049cf9a43e |
File details
Details for the file pytest_squadcast-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pytest_squadcast-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4598b0b960550058736107e3122db333329f5e05fce4e50b45cfeeaf43c44057 |
|
MD5 | a607236cbc1c49f846a2c485841d115b |
|
BLAKE2b-256 | 6e6fb5d49b12aea4f15f3650c8b1ccf63285bd5bd3f29286f0ed3c65965dda7b |