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

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for vedro_jira_failed_reporter-2.3.1.tar.gz
Algorithm Hash digest
SHA256 ad23a54871445554061dae1805bdf54b939a7040b50b2f4aca09023849cb1958
MD5 adb91f250f1f7d6eee2e4499b5b716d5
BLAKE2b-256 ac96773aa4b2c1dd087b8cf6a0cd12e2b5ed6a7dd1204a535307b65f68e21cde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vedro_jira_failed_reporter-2.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2d0d348a16f9d8856eb671bf5c263635685b760c4eea1e904c377aaf4b6edca6
MD5 6cc51852025aa6cd5637baf09fdcdea3
BLAKE2b-256 ae07cc02623bb83a4d114a5de3c2b33bd03409adef3890189edc1dd06d96e72b

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