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
pytest-squadcast-0.1.4.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for pytest_squadcast-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9f2bef14edeb8000203bfdd233fca33bf35093f82f7b59a3e069136e3f17edc |
|
MD5 | 40aaa7ba5f852379e03693477e74f8e3 |
|
BLAKE2b-256 | 56ba26e8516a1fd356cc35170b2067f8ad06954478ce9053823617056494ea47 |