...
Expand | ||
---|---|---|
| ||
Feature.errors > 0 Could be used to find incorrectly entered text Or structurally incorrect data tables |
Feature.lines
Type - Number
Description: total lines in a Feature
Expand | ||
---|---|---|
| ||
Feature.lines > 100 |
Feature.lastUpdatedDate
Type - Date
Description: the time and date the last time the Feature was updated by any user
Expand | ||
---|---|---|
| ||
Feature.lastUpdatedDate > startOfWeek() Could be used to find all Jira issues where the Feature was updated since the start of the week Feature.lastUpdatedDate > startOfDay(9h) Could be used to find all Jira issues where Feature has been updated since 9:00AM of current day |
Feature.lastUpdatedBy
Type - User
Description: the user who last updated the Feature
Expand | ||
---|---|---|
| ||
Feature.lastUpdatedBy = currentUser() Could be used to find all Jira issues where I (current user) was the last to update the Feature |
Feature.updatedBy
Type - User
Description: any user that made at least one update to the Feature
Expand | ||
---|---|---|
| ||
Feature.updatedBy = currentUser() Could be used to find all Jira issues where I (current user) made at least one update to the Feature |
Built-in Editor Search
When in Gherkin Text Editor mode use the toolbar button highlighted below to show the built-in search pop up box in the top right of the editor