vedro.io plugin for reporting about flaky tests into jira (with plugin enabled in flaky check runs)
Project description
vedro-jira-failed-reporter
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_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.1.tar.gz
(11.2 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.1-py3-none-any.whl
(12.2 kB
view details)
File details
Details for the file flakyzavr-3.0.1.tar.gz.
File metadata
- Download URL: flakyzavr-3.0.1.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
068db754be9231595bd6bc2610737f13d81aa497411311077db8b2aa0504293f
|
|
| MD5 |
98052d85850e978c82ca5cbf34d1ea31
|
|
| BLAKE2b-256 |
97fe62204b55356e92b8f3c9441de1d7d23d30faa40089aa3073266140179c8b
|
File details
Details for the file flakyzavr-3.0.1-py3-none-any.whl.
File metadata
- Download URL: flakyzavr-3.0.1-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec8c2405332cdb529b4a395b0c3634ea07d21ae707cb0c5a60e282959eb20e93
|
|
| MD5 |
4f69801ccddb85cd1fa54d7864a09bf7
|
|
| BLAKE2b-256 |
648279312472a2cc09c82093c497bf37856b20958c915bc46e4a3277a9c10d97
|