-
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 …
-
Cucumber expressions module is a part of the Gherkin toolset. To make pytest-bdd compatible with official tools it has to support cucumber expressions
https://github.com/cucumber/cucumber-expressio…
-
- [ ] 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)
- […
-
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…
-
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
6 months ago
-
#### I'm submitting a ...
- [ ] bug report
- [x] feature request
- [ ] support request => Please do not submit support request here, see note at the top of this template.
https://github.c…