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
Close
Hashes for vedro-allure-reporter-1.8.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56cc1baab0b8e7eb7bbc0e4253f9318b52f2a423e41d252c976b3c47bc70a583 |
|
MD5 | 3680b47f98926654005ed7661711ac5d |
|
BLAKE2b-256 | c1e3383fbc4da531c0fcb8762604dc474f47fd394b607206e16d4581ba4bc4f7 |
Close
Hashes for vedro_allure_reporter-1.8.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13f4795042c41bb385b2aed5815468e84284a2e99f3e93ccd5de1ef458b659d7 |
|
MD5 | adca97088df59e3ead7c397a63ae0b33 |
|
BLAKE2b-256 | 613781afc3f5f762adb2ce6bab5b6f54cabbaad03f1ff77bb061b2479f360c4e |