Allure reporter for Vedro testing framework
Project description
Vedro Allure Reporter
Allure reporter for Vedro testing framework.
Installation
Quick
For a quick installation, you can use a plugin manager as follows:
$ vedro plugin install vedro-allure-reporter
Manual
To install manually, follow these steps:
- Install the package using pip:
$ pip3 install vedro-allure-reporter
- Next, activate the plugin in your
vedro.cfg.pyconfiguration file:
# ./vedro.cfg.py
import vedro
import vedro_allure_reporter
class Config(vedro.Config):
class Plugins(vedro.Config.Plugins):
class AllureReporter(vedro_allure_reporter.AllureReporter):
enabled = True
Usage
To run tests with the Allure reporter, use the following command:
$ vedro run -r rich allure
This command executes your tests and saves the report data in the ./allure_reports directory.
To generate a report from the saved data, use the Allure command-line tool as follows:
$ allure serve ./allure_reports
This command will serve up the report (demo).
Explore more at https://vedro.io/docs/integrations/allure-reporter
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vedro_allure_reporter-1.12.2.tar.gz.
File metadata
- Download URL: vedro_allure_reporter-1.12.2.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c073079aaf31c319054aec3eb40bdfad9633202a01b5fd2d9be03cf3a1d11120
|
|
| MD5 |
8040a9b748d2bfb1fb266fda61142f41
|
|
| BLAKE2b-256 |
cc580d55da2c9812cec9cddcf614e471658f48bb7d3b88dd35dd121e1ce55140
|
File details
Details for the file vedro_allure_reporter-1.12.2-py3-none-any.whl.
File metadata
- Download URL: vedro_allure_reporter-1.12.2-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
839acfb1b21467648b69856b71d7b31dc48a7bee2ae9d5cea6e57911d78c833e
|
|
| MD5 |
8d87b424ddf92e77dd001e601df44a35
|
|
| BLAKE2b-256 |
54570ff6027c4c61a415b693f5d1920622a7c53f5b298bfbd27ff5ddb175fa14
|