Panel | ||
---|---|---|
| ||
Gherkin KeywordsAll Gherkin keywords are highlighted using colour and bold font |
Info |
---|
Note that using * (asterisk) character as a step keyword is not supported as it does not improve readability of the examples |
Panel | ||
---|---|---|
| ||
User Story KeywordsThe commonly used set of user story keywords (As a, I want to, So that) can be entered in the Feature title section like below: |
...
Panel | ||
---|---|---|
| ||
Simple Step ParametersSimple parameters (those that are on the same line as the step keyword) can be highlighted by simply wrapping them in single or double quotes |
Panel | ||
---|---|---|
| ||
Scenario Outline Parameters<> delimited step parameters which are used as part of Scenario Template or Scenario Outline are highlighted automatically in orange |
...
Tip - use autocompletion support to quickly populate Examples table header section with the names of the parameters that you have used in parameterized steps above. Simply press 'Ctrl+Space' to bring up the auto completion menu
...