Description
Adds behavior-driven development support to pytest using feature-style scenarios. It helps teams describe expected behavior in human-readable steps and connect those steps to Python tests.
BDD tests are useful only when scenarios stay accurate and executable. Keep step definitions clear and avoid vague scenarios that pass without checking real behavior.