vedro.io plugin for reporting about flaky tests into jira (with plugin enabled in flaky check runs)
Project description
flakyzavr
Make report to jira when scenario fails
Install & setup
Add config
class Config(vedro.Config):
class Plugins(vedro.Config.Plugins):
class Flakyzavr(flakyzavr.Flakyzavr):
enabled = True
report_enabled = True
jira_server = 'https://jira.com'
jira_user = '***'
jira_password = '***'
jira_project = 'ProjewctName'
jira_components = ['chat']
jira_labels: list[str] = ['flaky', 'tech_debt_qa']
jira_additional_data: dict[str, str] = {
'customfield_****': 'FieldValue',
}
jira_issue_type_id: str = '3'
jira_search_statuses: list[str] = ['Взят в бэклог', 'Open', 'Reopened', 'In Progress']
report_project_name: str = 'Chat'
job_path = 'https://gitlab.com/chat-space/chat/-/jobs/{job_id}'
job_id: str = '_job_id_'
dry_run: bool = False
exceptions: list[str] = []
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
flakyzavr-3.0.5.tar.gz
(11.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
flakyzavr-3.0.5-py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file flakyzavr-3.0.5.tar.gz.
File metadata
- Download URL: flakyzavr-3.0.5.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d991ab7d57745bf0b1ca47c9dba0dc6d3596c37da06afd40c8dff5e9a1cce99
|
|
| MD5 |
da1210d15d0f46e3ee3bdc6203c6e445
|
|
| BLAKE2b-256 |
834ffe00b11c1c40f024e204a4fd5d5210c48809c4c66a55d7376a6dd8c6e3a5
|
File details
Details for the file flakyzavr-3.0.5-py3-none-any.whl.
File metadata
- Download URL: flakyzavr-3.0.5-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f74215f17b7f69bc4f78e94d56f6b134561721300ce4b3c43e8173741e49aee
|
|
| MD5 |
bcbc40ab01f9df69d92dd70b36232835
|
|
| BLAKE2b-256 |
12f92f4080e015a51ded092d52e7317caa0771c179bf5b0c3b4add03069053ca
|