Skip to content

BluThaitanium/Cucumber-Behave-Package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cucumber Behave Formatter 🥒

A formatter for behave's outputs using Cucumber

Output is similar to behave --format json.pretty

  • Formatter from https://docs.getxray.app/display/XRAY/Testing+using+Behave+in+Python
  • Inspiration from https://github.com/iljabauer/behave-teamcity

Installation

pip install behave-cucumber-formatter

Usage

behave --format behave_cucumber_formatter:PrettyCucumberJSONFormatter

Or with an .ini file:

# -- FILE: behave.ini
[behave.formatters]
cucumber = behave_cucumber_formatter:PrettyCucumberJSONFormatter

and use the shorthand:

behave --format cucumber 

Un-Installation

pip uninstall behave-cucumber-formatter

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages