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.3.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.3.0-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for vedro_jira_failed_reporter-2.3.0.tar.gz
Algorithm Hash digest
SHA256 1587e1c654d66ac5639cf3ea6d2ec82a891bb4c8a3fdfe281dd3eb83b1081c18
MD5 a4f7eb23bdc42928ce5a6f2acaca9002
BLAKE2b-256 daf44874849dedd779201b39add4e4dca2a00fd74873398c121080e199fd9183

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vedro_jira_failed_reporter-2.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b5602b4165ae5c6d6eba5dc1abb868699beac08cbecc2975db7373a0c512c563
MD5 25648b990958cd0b1396fd4cd6e479e6
BLAKE2b-256 e0cae69ba94978e23aebf712735a65b187ba959af0d305781c8af0fe36808713

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