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_token = '***'
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-4.0.0.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-4.0.0-py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file flakyzavr-4.0.0.tar.gz.
File metadata
- Download URL: flakyzavr-4.0.0.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
826a3f922099a55a507db5f03776962742bd33e8f391bf1d6203b1aede1c9e1a
|
|
| MD5 |
ab332ef4279ed74490a59d7de24ffcab
|
|
| BLAKE2b-256 |
26023dc459cdc1567df1fb1c83d38437ff1c6d066b2c8d0659e60e48d787c787
|
File details
Details for the file flakyzavr-4.0.0-py3-none-any.whl.
File metadata
- Download URL: flakyzavr-4.0.0-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.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c591da665bbd3752538ec0a6aa649d9516fe81ab185cdeb94b30e5774da7283
|
|
| MD5 |
49c660ed348f65dba817dc81862e3c35
|
|
| BLAKE2b-256 |
280ce588fbd5cf8893e8c3055d1d83c02fcb8d678f1b5195973f172ef4cd3bf2
|