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.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78970a9ae2abfebccef9bd0dd4b630d9509e6e209eb396dae80c66eb29aead54 |
|
MD5 | 46b282300b55ddc7d03bea2729b6b99d |
|
BLAKE2b-256 | 581795507233967e24c926573e5cee0a339269dfb546dcef1e9ef4c92d7018cf |
Close
Hashes for vedro_gitlab_reporter-2.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a1c9306b1d864556f3523fc6a7be814f3a9b05787d8d3bae801ad086e4a3779 |
|
MD5 | b4cad14998d6855507404cdc545defef |
|
BLAKE2b-256 | 95fdee4f930f22d39cfc530d4302bb47ee1f724557336ef59b0692a6b74bf279 |