Behave

Behave is a Python BDD framework inspired by Cucumber that enables teams to write behavior specifications in Gherkin syntax and execute them using Python. It integrates with Django, Flask, FastAPI, and REST API testing tools.

API entry from apis.yml

apis.yml Raw ↑
aid: bdd:behave
name: Behave
description: Behave is a Python BDD framework inspired by Cucumber that enables teams to write behavior
  specifications in Gherkin syntax and execute them using Python. It integrates with Django, Flask, FastAPI,
  and REST API testing tools.
humanURL: https://behave.readthedocs.io/
tags:
- BDD
- Testing
- Gherkin
- Python
properties:
- type: Documentation
  url: https://behave.readthedocs.io/en/stable/
- type: GitHubRepository
  url: https://github.com/behave/behave