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.3.tar.gz
(11.4 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.3-py3-none-any.whl
(12.4 kB
view details)
File details
Details for the file flakyzavr-3.0.3.tar.gz.
File metadata
- Download URL: flakyzavr-3.0.3.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
130b5b7efa6a3b4ca88f84e0104102f4dc574d60d8541291e228fad204bb8ce8
|
|
| MD5 |
01fd808cc5e42a6bde5a15207f583981
|
|
| BLAKE2b-256 |
12d47a8a32f6db47277636b011e2075d276bee59b20d13b588748b2495c7d1e2
|
File details
Details for the file flakyzavr-3.0.3-py3-none-any.whl.
File metadata
- Download URL: flakyzavr-3.0.3-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e54c94787179dd5889a8f63bb54dce660f5382b65b90330b2b88e3477d4ac7e
|
|
| MD5 |
0f32079de0c93ea129fc64469cecfbd8
|
|
| BLAKE2b-256 |
2a3f016042bd1ebd218a851a2bd096bb86c39be7b568fb84340e034956d3e50c
|