-
In order to ensure that we are making more effective use of Cucumber, we should refactor our step definitions to make them more flexible, more uniform (there are some redundant steps), and to mock Git…
-
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:
`…
-
### The problem
Cucumber [forbids](https://cucumber.io/docs/community/faq/?lang=javascript#duplicate-step-definition) duplicate step definitions. It is considered [anti-pattern](https://cucumber.io/d…
-
### 🤔 What's the problem you're trying to solve?
It is not clear if an implementation should emit all step definitions, or only those used by a feature. It seems reasonable to me that all step defin…
-
Set step definitions when steps are taken and what combination of commands make up a step
-
### Used Visual Studio
Visual Studio 2022
### Are the latest Visual Studio updates installed?
Yes
### Content of reqnroll.json (if present)
{
"$schema": "https://schemas.reqnroll.net/reqnroll-…
-
This happened after I upgraded to Rider version 2024.2.3
Setup
- Have an existing step definition [When(@"the user clicks on the magic button")]
Steps
1. Go to a feature file
2. Enter "Wh…
-
### 👓 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
-
👋
`#/definitions/waitStep/wait` having `{"type": "null"}` is a bit of an outlier (only one other instance, and its `#/definitions/dependsOn`).
I'm guessing it is documented because [wait step d…
-
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 …