Note that using * (asterisk) character as a step keyword is not supported as it does not improve readability of the examples
Tip - Instead of “So that” you can use “In order to” so that you can start with the why
Simple Step Parameters
Simple parameters (those that are on the same line as the step keyword) can be highlighted by simply wrapping them in single or double quotes
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
Doc String Step Parameters
Doc strings are highlighted in purple colour
Tip - you can also use 'backtick' characters instead of quotes if required
XML Step Parameters
If you enter 'xml' after the opening chars of a multi line string then any XML that you enter before the closing chars are automatically syntax highlighted
Scenario Tags
Tags are highlighted in grey colour
Add Comment