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.4.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.4-py3-none-any.whl
(12.4 kB
view details)
File details
Details for the file flakyzavr-3.0.4.tar.gz.
File metadata
- Download URL: flakyzavr-3.0.4.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 |
dfc6686e6115e84825d4fd8ed7ecbfb3f1ff39c042832377d91fb3e32f88acbe
|
|
| MD5 |
31489aa6aa26a7ae24b7d06b0ed8316c
|
|
| BLAKE2b-256 |
06e9ece9421a04348ce7a8c36d9709ef180ebaf44f8a75ad80fe17035b6d5d5a
|
File details
Details for the file flakyzavr-3.0.4-py3-none-any.whl.
File metadata
- Download URL: flakyzavr-3.0.4-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 |
691cc168b055f7c4013f70d7abd073b9c0131178c0aca89f33817846edc8de07
|
|
| MD5 |
7dd4b608fbbfe00af449fa464adb1b22
|
|
| BLAKE2b-256 |
4700c283f4eeaaebf1322c341f6c77d0e7041eaa776cab8995e326d5b75e2a35
|