-
In its [latest pre-release](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst), `pytest-bdd` [switched to](https://github.com/pytest-dev/pytest-bdd/pull/698) using the [official Gherkin…
-
After adding and configuring pytest-bdd-ng I can no longer run any of my unit tests because pytest crashes with the following exception:
```
tests/unit/intake/test_cleaning_processors.py:None (tes…
-
### 👓 What did you see?
I've configured the cucumber plugin to look for step defs in the right paths, but it's not matching the step-defs.
```yaml
"cucumber.features": [
"**/tests/…
neskk updated
1 month ago
-
Just shooting this question with reference to https://github.com/pytest-dev/pytest-bdd/issues/223
Is there any way the same can be handled with pytest-asyncio? Hope someone will please help if you …
-
I am using pytest-bdd for running the bdd tests. I am trying to get the results following the run using the flag --gherkin-terminal-reporter, however not able to get any results displated on terminal.…
-
Environment:
platform darwin -- Python 3.9.12, pytest-7.1.2, pluggy-1.0.0
plugins: splinter-3.3.2, bdd-6.0.1, clarity-1.0.1
Steps to reproduce:
1. Create simple pytest-bdd setup with feature fil…
-
Is there a way to execute pytest-bdd scenario only if previous scenario passed and skip execution if previous scenario failed.
For example: I have 2 pytest-bdd scenarios (Scn A and Scn B) with sam…
-
- [ ] use PyTest as a default test framework (have a look on [official site](https://docs.pytest.org/en/), migration can be done softly with https://docs.pytest.org/en/8.2.x/how-to/unittest.html)
- […
-
Hello!
I am trying to setup this extension to work with pytest bdd.
I already checked with no success:
- https://github.com/alexkrechik/VSCucumberAutoComplete/issues/373
- https://github.com/al…
8byr0 updated
5 months ago
-
is there away to use async step definitions with pytest-bdd ?
For a step definition like:
```
@when('i send cucumbers ')
async def i_send_cucumbers(loop):
pass
```
I see the warning:
`…