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.2.0.tar.gz (11.2 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.2.0-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for vedro_jira_failed_reporter-2.2.0.tar.gz
Algorithm Hash digest
SHA256 c25abb497be69337c450ba9b4204e968068cd04979365bf723434a7ac8f69cb3
MD5 9e1df20092030d9bddff1fe1203852d3
BLAKE2b-256 3a0d428e38962341e568ab82d5b3f767e34770c5e4eef69937e432b7533af692

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vedro_jira_failed_reporter-2.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e3a8a19039059fa1a8838969d2d046891ec160b5b533c1d7714edd6190af597d
MD5 fb208f9d0468fc00265f3502877b8875
BLAKE2b-256 79e5a55ead5f4a9217c6633a9277df78970ae6f819f7df3ba589b16f1b48302b

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