GitLab reporter with collapsable sections for Vedro framework
Project description
Vedro GitLab Reporter
GitLab (>=12.0) reporter with collapsable sections for Vedro framework
Installation
Quick
For a quick installation, you can use a plugin manager as follows:
$ vedro plugin install vedro-gitlab-reporter
Manual
To install manually, follow these steps:
- Install the package using pip:
$ pip3 install vedro-gitlab-reporter
- Next, activate the plugin in your
vedro.cfg.py
configuration file:
# ./vedro.cfg.py
import vedro
import vedro_gitlab_reporter
class Config(vedro.Config):
class Plugins(vedro.Config.Plugins):
class GitlabReporter(vedro_gitlab_reporter.GitlabReporter):
enabled = True
Usage
Run tests
$ vedro run -r gitlab --gitlab-collapsable steps
Documentation
--gitlab-collapsable=<mode>
Mode | Description |
---|---|
steps | Show exception and collapsable steps |
vars | Show exception, steps and collapsable variables |
scope | Show exception, steps and collapsable scope |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for vedro-gitlab-reporter-2.1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5f37de9b6bd0c7b7e8e98499d1c772db0e580e64d2b061045eb26acf5e5f308 |
|
MD5 | 1cd56ad0ef74f93137db1ffa0ea10e04 |
|
BLAKE2b-256 | 6c71e1562dca6f34d7302c275a24cc1ccde2d0104092de701c5e6bbcc5f1e4da |
Close
Hashes for vedro_gitlab_reporter-2.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74e8c8dd50efc84a8d8a7b98342db75aba43921153c79709853a60460ae84877 |
|
MD5 | 61f43d2f162db327f00a9adda7869248 |
|
BLAKE2b-256 | 47c24368ae57069d4fa5d8ec966147504bf6f62a201f81bbc50c6cd34ee78982 |