-
Fragments (#48) may be searched, not only regarding their items attributes but their own attributes.
### Phase 1
- [ ] Scenarios (Gherkin)
- [ ] Mockups
- [ ] Implementation strategy
### Phase …
-
### Description
Requires that an e-mail is linked to the account (see #184).
### Deliverables status
#### Phase 1
- [ ] Scenarios (Gherkin)
- [ ] Mockups
- [ ] Implementation strategy
#…
benel updated
2 years ago
-
**Describe the feature**
I would like to be able to auto complete steps written in pytest-bdd
**Expected behavior**
To elaborate, I am using the BDD framework for pytest called pytest-bdd (http…
-
```gherkin
Feature: `html` command
Background:
Given a directory with Gherkin source files
Scenario: Generate HTML specification using a html template
When I run `featurebook htm…
-
**As a** User
**I need** I need a service that has a counter
**So that** I can keep track of how many times something was done
### Details and Assumptions
* [document what you know]
#…
-
I regularly work on several projects with gherkin scenarios. It will be really useful to scan the project folder of the currently edited file.
I suggest to update the `rootDirectory` function with …
-
#### What are you trying to achieve?
wire up bdd test hooks like const { Before, After, BeforeAll, AfterAll } = require('@cucumber/cucumber');
#### What do you get instead?
hooks dont get trigg…
-
### QAF Version
>Version used : 2.1.15
### Steps To Reproduce
Though I have added QAF Gherkin editor, BDD implemented steps are not auto-suggested when I start typing steps in .bdd file.
### …
-
Although it's idiomatic Node.js JavaScript it's not present in many other languages. This makes it hard to port the code.
We should replace it with a custom implementation that is easier to port.
Re…
-
I could have missed something so my apologies if there is an easier fix but I have noticed that depending on the order I install pytest-azurepipelines or
pytest-cov via pip that sometimes the pytest1…