-
Notifications
You must be signed in to change notification settings - Fork 0
Content Assistance For Cucumber Feature File
Girija Prasad Panda edited this page Mar 28, 2016
·
1 revision
- 'Content Assistance' for Eclipse editor can be activated by pressing [Ctrl]+[Space]' keys while writing any feature file.
- Supports proposals for list of Keywords.
- Supports proposals for Predefined-Steps/Search based Predefined-Steps by '[Predefined-Step]:[Step-Definition(java)File]' format.
- Some rules for Content Assistance are highlighted below :
Populates all Keywords proposal by pressing [Ctrl]+[Space] keys.
- New line starts with((First word)) any blank space : populates all keywords.
- New line starts with(First word) any matched and unmatched keyword(Ex. Given/abcd123) : populates only Step-keywords(Given,When,Then,And,But)
Populates all/search based predefined steps proposal by pressing '[Ctrl]+[Space]' keys.
- New line MUST be starts with a valid Step-Keyword.
- If Next word is blank : Populates all predefined steps
- If Next word starts with any matched step : Populates only matched predefined steps
- If Next word starts with any unmatched step : Populates 'No Proposals'