...
Expand | ||
---|---|---|
| ||
Feature.userStories = 0 Could be used to identify Jira issues that have some Feature text but are missing key pieces of information such as who the user or the stakeholder is for whom the story is valuable and/or why exactly the story is needed, or in other words ‘As I' or 'So that’ keywords are missing. Feature.userStories > 1 Could be used to identify Features that contain more than one User Story and therefore should be split into further Jira issues. |
...
Expand | ||
---|---|---|
| ||
Feature.mostStepsInScenario > 5 Could be used to find Jira issues that have Scenarios with potentially too many steps which could mean that the Steps were used to describe ‘how’ functionally was implemented and not ‘what’ behavior was required which is an anti pattern in BDD. |
Feature.warnings
Type - Number
Description: total number of warnings the Feature contains according to the syntax of Gherkin
Expand | ||
---|---|---|
| ||
Feature.warnings > 0 Could be used to find indentation warnings for example indentation warnings Or missing data table values |
Feature.errors
...
Built-in Editor Search
When in Gherkin Text Editor mode use the toolbar button highlighted below to open the built-in search pop up box in the top right of the editor. Type a search phrase and press the Enter key - match results will get highlighted in yellow.
...