vedro-lazy-rerunner package
Project description
vedro-lazy-rerunner
Rerunner plugin for the Vedro testing framework.
Reruns failed scenarios until the first pass otherwise the specified number of times.
Installation
- Install the package using pip:
$ pip3 install vedro-lazy-rerunner
- Next, activate the plugin in your vedro.cfg.py configuration file:
# ./vedro.cfg.py
import vedro
import vedro_lazy_rerunner
class Config(vedro.Config):
class Plugins(vedro.Config.Plugins):
class LazyRerunner(vedro_lazy_rerunner.LazyRerunner):
enabled = True
Usage
$ vedro run --lazy-reruns=5
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-lazy-rerunner-0.1.0.tar.gz
.
File metadata
- Download URL: vedro-lazy-rerunner-0.1.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa1eeec4e91eea091ffe702282b8246c116213835bed6c725c5119d7ce9b6831 |
|
MD5 | 01fb882417b1c16af2e4c04628337dab |
|
BLAKE2b-256 | a70f55a7942b48004f2c3cae955433f12485cdcb989898b6853979b843058f34 |
File details
Details for the file vedro_lazy_rerunner-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: vedro_lazy_rerunner-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 180550e4b0c38cd4f58ad8ffc5a93163f3dc35b814146cff0d3562e11e3a0b81 |
|
MD5 | 90123344a391efff41eb6fc47dc05b03 |
|
BLAKE2b-256 | 512a8b806fb206840c5055cc5a96b0b86a771d6c09218afd5883703e97347789 |