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.py
configuration 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
File details
Details for the file vedro_allure_reporter-1.11.1.tar.gz
.
File metadata
- Download URL: vedro_allure_reporter-1.11.1.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
95355d969d0d97e307e13827972c6e86f6f163bc3a137f389926ac202b8e938d
|
|
MD5 |
44ffadef48a93edba028af8fd50058e4
|
|
BLAKE2b-256 |
464d7be78fd83a998a6f61d2a540acefd23975c4d6f64c29633dab85a0560c01
|
File details
Details for the file vedro_allure_reporter-1.11.1-py3-none-any.whl
.
File metadata
- Download URL: vedro_allure_reporter-1.11.1-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
72ba342bdcc9352dc7844e149dd121760b8011989cf6bf6f56bc41b9ef055ca2
|
|
MD5 |
5bde63903daa8918369f28b2472c7dc7
|
|
BLAKE2b-256 |
c936c2f0faf34305cc4da72d28e68fc2cc03bd3bb9443954789a7034cf01e7d4
|