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
Release files for vedro-allure-reporter 1.13.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vedro_allure_reporter-1.13.0.tar.gz | 22.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vedro_allure_reporter-1.13.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:42.3 kB
Release files / vedro_allure_reporter-1.13.0.tar.gz
| Download URL | vedro_allure_reporter-1.13.0.tar.gz |
|---|---|
| Size | 22.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5fe9c1edd502bfc8a7e81645e33adf182068f288aca9ee5d82a8d6dae87bbca9
|
|
BLAKE2b-256 checksum How to use checksums |
db668b9253fd035a1215f63a45d8f619c995511d4faadbc49ca09ecfc3094f21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|
Release files / vedro_allure_reporter-1.13.0-py3-none-any.whl
| Download URL | vedro_allure_reporter-1.13.0-py3-none-any.whl |
|---|---|
| Size | 20.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4674b35a86926af2259f2485782eea8a44a7091deaae9bf9efdf0ae1f1f93fb2
|
|
BLAKE2b-256 checksum How to use checksums |
a20f3824e0fc8c3b825cc0d0e492a9442433ad0546946dde62e990b3b030227f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.13
|