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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for vedro_jira_failed_reporter-2.1.0.tar.gz
Algorithm Hash digest
SHA256 6eeea9b3407f0393d8f1fb13b7a3af24ea458d0c8a20d92ec0ba73aa370a4689
MD5 999b61ab21c8ec94650b7e773c58b770
BLAKE2b-256 f2535513cebebad8ad76b7491e6f71f1a3fbccee13c7b09e9f9a6406f3e7f588

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vedro_jira_failed_reporter-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6eb6a17a47677404a7370eedb4cd6a864c707867eed7ddadc950963c498a8354
MD5 5d40b4827d903f0079e1a6a89097e801
BLAKE2b-256 5823415f3cc58e808dfb1bb35db82cd47d2dcdaa3cfccc75d92065b705a3e683

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