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 VedroJiraReporter(vedro_jira_failed_reporter.FailedJiraReporter):
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.0.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.0-py3-none-any.whl
(12.3 kB
view details)
File details
Details for the file flakyzavr-3.0.0.tar.gz.
File metadata
- Download URL: flakyzavr-3.0.0.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 |
eecb86dd8b8601df3b4430997d2383dce8ab63dfa5201ed8e17d81639491bf44
|
|
| MD5 |
510efaf3068169981cd6b822aa0c2cc4
|
|
| BLAKE2b-256 |
3b794802fcea146208f0e066a7e8b878275c3c23107a3919ecc4f754bd0c07d6
|
File details
Details for the file flakyzavr-3.0.0-py3-none-any.whl.
File metadata
- Download URL: flakyzavr-3.0.0-py3-none-any.whl
- Upload date:
- Size: 12.3 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 |
3b8ec78357baf3d96be414e2da3a7cb057ff4ef03af191d0c18e8c803eef5683
|
|
| MD5 |
2e7b98012998a4ec22e1a51af3da51f4
|
|
| BLAKE2b-256 |
5fb9b5143ee5600ceb4e2f5f8b0e0e8d7ac7a09dd02b4b0836cf52ecc209a762
|