{"id":27350545,"url":"https://github.com/vedro-universe/vedro-gitlab-reporter","last_synced_at":"2025-10-14T06:02:35.129Z","repository":{"id":41830449,"uuid":"378911616","full_name":"vedro-universe/vedro-gitlab-reporter","owner":"vedro-universe","description":"GitLab reporter with collapsable sections for Vedro framework","archived":false,"fork":false,"pushed_at":"2024-02-27T15:59:43.000Z","size":86,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T21:28:02.402Z","etag":null,"topics":["gitlab","vedro","vedro-plugin"],"latest_commit_sha":null,"homepage":"https://vedro.io/docs/integrations/gitlab-reporter","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vedro-universe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-06-21T11:44:47.000Z","updated_at":"2024-06-19T09:28:38.000Z","dependencies_parsed_at":"2023-01-21T21:01:42.142Z","dependency_job_id":"be389c30-3222-49b6-8202-be2d1f3adf98","html_url":"https://github.com/vedro-universe/vedro-gitlab-reporter","commit_stats":null,"previous_names":["nikitanovosibirsk/vedro-gitlab-reporter"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/vedro-universe/vedro-gitlab-reporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedro-universe%2Fvedro-gitlab-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedro-universe%2Fvedro-gitlab-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedro-universe%2Fvedro-gitlab-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedro-universe%2Fvedro-gitlab-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vedro-universe","download_url":"https://codeload.github.com/vedro-universe/vedro-gitlab-reporter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedro-universe%2Fvedro-gitlab-reporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017959,"owners_count":26086237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitlab","vedro","vedro-plugin"],"created_at":"2025-04-12T19:57:58.092Z","updated_at":"2025-10-14T06:02:35.086Z","avatar_url":"https://github.com/vedro-universe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vedro GitLab Reporter\n\n[![Codecov](https://img.shields.io/codecov/c/github/vedro-universe/vedro-gitlab-reporter/master.svg?style=flat-square)](https://codecov.io/gh/vedro-universe/vedro-gitlab-reporter)\n[![PyPI](https://img.shields.io/pypi/v/vedro-gitlab-reporter.svg?style=flat-square)](https://pypi.python.org/pypi/vedro-gitlab-reporter/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/vedro-gitlab-reporter?style=flat-square)](https://pypi.python.org/pypi/vedro-gitlab-reporter/)\n[![Python Version](https://img.shields.io/pypi/pyversions/vedro-gitlab-reporter.svg?style=flat-square)](https://pypi.python.org/pypi/vedro-gitlab-reporter/)\n\nGitLab (\u003e=12.0) reporter with [collapsable sections](https://docs.gitlab.com/ee/ci/jobs/#custom-collapsible-sections) for [Vedro](https://vedro.io/) framework\n\n## Installation\n\n\u003cdetails open\u003e\n\u003csummary\u003eQuick\u003c/summary\u003e\n\u003cp\u003e\n\nFor a quick installation, you can use a plugin manager as follows:\n\n```shell\n$ vedro plugin install vedro-gitlab-reporter\n```\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eManual\u003c/summary\u003e\n\u003cp\u003e\n\nTo install manually, follow these steps:\n\n1. Install the package using pip:\n\n```shell\n$ pip3 install vedro-gitlab-reporter\n```\n\n2. Next, activate the plugin in your `vedro.cfg.py` configuration file:\n\n```python\n# ./vedro.cfg.py\nimport vedro\nimport vedro_gitlab_reporter\n\nclass Config(vedro.Config):\n\n    class Plugins(vedro.Config.Plugins):\n\n        class GitlabReporter(vedro_gitlab_reporter.GitlabReporter):\n            enabled = True\n```\n\n\u003c/p\u003e\n\u003c/details\u003e\n\n## Usage\n\n### Run tests\n\n```shell\n$ vedro run -r gitlab --gitlab-collapsable steps\n```\n\n## Documentation\n\n`--gitlab-collapsable=\u003cmode\u003e`\n\n| Mode  | Description                                     |\n| ----- | ----------------------------------------------- |\n| steps | Show exception and collapsable steps            |\n| vars  | Show exception, steps and collapsable variables |\n| scope | Show exception, steps and collapsable scope     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedro-universe%2Fvedro-gitlab-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvedro-universe%2Fvedro-gitlab-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedro-universe%2Fvedro-gitlab-reporter/lists"}