# 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
```bash
pip install behave-cucumber-formatter
````
## Usage
```bash
behave --format behave_cucumber_formatter:PrettyCucumberJSONFormatter
```
---
Or with an `.ini` file:
```ini
# -- FILE: behave.ini
[behave.formatters]
cucumber = behave_cucumber_formatter:PrettyCucumberJSONFormatter
```
and use the shorthand:
```bash
behave --format cucumber
```
## Un-Installation
```bash
pip uninstall behave-cucumber-formatter
```
Raw data
{
"_id": null,
"home_page": "https://github.com/BluThaitanium/Cucumber-Behave-Package",
"name": "behave-cucumber-formatter",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "cucumber,behave,formatter,testing",
"author": "Phu Thai",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/e8/48/a625c6988bdead7e99e1065ff42dfab51ab6fc81744d381ede9a284a8439/behave_cucumber_formatter-1.0.1.tar.gz",
"platform": null,
"description": "# Cucumber Behave Formatter \ud83e\udd52\nA formatter for behave's outputs using Cucumber\n\nOutput is similar to `behave --format json.pretty`\n\n* Formatter from `https://docs.getxray.app/display/XRAY/Testing+using+Behave+in+Python`\n* Inspiration from `https://github.com/iljabauer/behave-teamcity`\n\n## Installation\n```bash\npip install behave-cucumber-formatter\n````\n\n## Usage\n\n```bash\nbehave --format behave_cucumber_formatter:PrettyCucumberJSONFormatter\n```\n---\nOr with an `.ini` file:\n```ini\n# -- FILE: behave.ini\n[behave.formatters]\ncucumber = behave_cucumber_formatter:PrettyCucumberJSONFormatter\n```\nand use the shorthand:\n```bash\nbehave --format cucumber \n```\n\n## Un-Installation\n```bash\npip uninstall behave-cucumber-formatter\n```\n",
"bugtrack_url": null,
"license": "THE_UNLICENSED",
"summary": "Cucumber JSON formatter for pipeline tests",
"version": "1.0.1",
"split_keywords": [
"cucumber",
"behave",
"formatter",
"testing"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "43485768ea234f8ec167b2c0ec106946",
"sha256": "c74ea2f4560a0b774e8eeb3802d577c59786047ab60d379241aa58cca6dd7046"
},
"downloads": -1,
"filename": "behave_cucumber_formatter-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "43485768ea234f8ec167b2c0ec106946",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4437,
"upload_time": "2022-12-24T18:59:51",
"upload_time_iso_8601": "2022-12-24T18:59:51.709609Z",
"url": "https://files.pythonhosted.org/packages/e8/48/a625c6988bdead7e99e1065ff42dfab51ab6fc81744d381ede9a284a8439/behave_cucumber_formatter-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-24 18:59:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "BluThaitanium",
"github_project": "Cucumber-Behave-Package",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "behave-cucumber-formatter"
}