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

Insert the data inside context into step names and texts, so they can be used like variables from `Scenario Outlines`. Refer to the included docs for details. If you'd like...

enhancement

This allows Behave to be used as a `pre-commit` hook. For example, if I want to make sure (some fast subset of) Behave tests pass before pushing to my repo,...

infrastructure

1. Escape 'invalid-xml-characters' with their U+0000 form 2. Escape `]]>` with `]]>`

bug
formatter

This is a refactoring of tokunbo/behave-parallel, as in issue #235 . At this take, I have let the multiprocessing module fork *before* loading context or running any hooks. Then, the...

enhancement
help-wanted

Based on: https://github.com/cucumber/common/raw/96f5c46a95262d20418472271f556b4ba3859004/gherkin/LICENSE

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://togithub.com/actions/setup-python) | action | major | `v3` -> `v4` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | major | `v1` -> `v2` | ---...

Fix from-behave-import link Clarify differences between Given, When and Then