Skip to main content

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

  1. Install the package using pip:
$ pip3 install vedro-lazy-rerunner
  1. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vedro-lazy-rerunner-0.1.0.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

vedro_lazy_rerunner-0.1.0-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page