Skip to main content

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

vedro_jira_failed_reporter-2.4.1.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vedro_jira_failed_reporter-2.4.1-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file vedro_jira_failed_reporter-2.4.1.tar.gz.

File metadata

File hashes

Hashes for vedro_jira_failed_reporter-2.4.1.tar.gz
Algorithm Hash digest
SHA256 d07324ca783a80e2329b4b1d20f9433bed150360f415b9a5e74b2f1bf1a84daa
MD5 a61dae6e567b9f2b9433c84d559029ae
BLAKE2b-256 8535f17e3ea53bc73e2c72895884cc9fad17421792b9116f47cdb16235045777

See more details on using hashes here.

File details

Details for the file vedro_jira_failed_reporter-2.4.1-py3-none-any.whl.

File metadata

File hashes

Hashes for vedro_jira_failed_reporter-2.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2d6a0bdd7dcee1a8dcef4b4113fcefd3a72a76962969fc0cb778e44348681f09
MD5 5edbe909f40a379aac64c267e0ee973d
BLAKE2b-256 cae54fbd32bd0e8902e49f532fce03d3d5bc6ac3f216378ae4baef87cbbe7957

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page