Skip to main content

Formatter for behave that uses color but not fancy terminal repositioning

Project description

behave-plain-color-formatter

Formatter for behave that uses color but not fancy terminal repositioning

screenshot

Installation

pip install behave-plain-color-formatter

Usage

You can specify the formatter directly in the command line using the -f argument:

behave -f behave_plain_color_formatter:PlainColorFormatter

or

behave --format behave_plain_color_formatter:PlainColorFormatter

You can also register the formatter to be available through a simple name:

# -- FILE: behave.ini
[behave.formatters]
plain.color = behave_plain_color_formatter:PlainColorFormatter

and the use it like:

behave -f plain.color

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

behave-plain-color-formatter-0.0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

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