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
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
0 Comments