pytest-bdd icon indicating copy to clipboard operation
pytest-bdd copied to clipboard

BDD library for the py.test runner

Results 165 pytest-bdd issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** Pip released version 25.1 4 days ago: https://pip.pypa.io/en/stable/news/#v25-1 It seems that Gherkin 29.0.0 is not installable on Debian Bullseye (Python 3.9) anymore starting from Pip 25.1 -...

Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0. Commits 1c5b075 this time for surer d9c3699 this time for sure... d91b9dd blacken 5a4683c Soothe mypy 9c9567f Bump version to 0.16.0 114803a Merge commit...

dependencies
python

**Describe the bug** Backslashes in datatables in a feature file get converted to double backslashes in the datatable fixture dictionary. **To Reproduce** Given a feature file `test.feature`: ``` Feature: Quoting...

This isn't truly an issue with pytest-bdd, but I thought this was worth mentioning given the popularity of the pytest-timeout plugin. I noticed that if the pytest-timeout plugin is used,...

Hi pytest-bdd team, thanks for the great work! Totally in love with BDD and awesome it works out of the box with pytest 🎉 At our project needed a junit...

Remove the custom definition of the gherkin document as dataclasses in pytest-bdd. Bump the minimum supported version of gherkin-official to v30 to support this and remove the warnings in python...

I would like to request support for dynamically importing step definitions in the `pytest_bdd_before_scenario` hook. This feature would greatly enhance the flexibility and modularity of test setups, especially in large...

feature

Hi, I finally had a good reason to use pytest-bdd in detail and it's a great experience, so thank you 😊 I saw some comments about generate-missing in the issues...

I have: ``` @pytest.fixture def browser(): ``` and step definition ``` @given('the home page is displayed') def the_home_page_is_displayed(browser): ``` When I use `def pytest_bdd_after_step(request, feature, scenario, step, step_func, step_func_args):` It...