behave icon indicating copy to clipboard operation
behave copied to clipboard

BDD, Python style.

Results 151 behave issues
Sort by recently updated
recently updated
newest added

Hi Behave Team, Since Selenium officially encourages the Page Object Model (see docs: https://www.selenium.dev/documentation/test_practices/encouraged/page_object_models/), and many users use Behave for web automation, there is a strong need for a standard...

help-wanted

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release...

We don't need this fixed. I'm just noting it in case you expect different behavior. In our feature file we had a step like Then we see 'x' in 'y'...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/setup-uv](https://redirect.github.com/astral-sh/setup-uv) | action | major | `v6` -> `v7` | --- ### Release...

Hi all, I have noticed that in version 1.3.0, the formatter.scenario() function is called at line 1162 of model.py, and only _afterwards_, at line 1169, the before_scenario hook is called....

question

The [Behave API documentation](https://behave.readthedocs.io/en/latest/api/#behave.model.Text) states that currently, text blocks only support the `text/plain` content type. I would suggest that in order to specify a content type, it could immediately follow...

enhancement

Hello! I recently came across this bug, and while checking the issues tab I noticed that @koppenkraker13 had already reported it in [https://github.com/behave/behave/issues/1248](https://github.com/behave/behave/issues/1248), which also describes the artifact caused by...

The `--stop` option is useful when working on tests that are failing. It would be useful to be able to restart from the last failed scenario (similar to the `--stepwise`...

The behave Gherkin parser currently calls .strip for each line of feature and scenario description before storing the line in the feature or scenario models. This removes all whitespace from...