Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Gherkin Keywords

Panel
bgColor#FFFFFF

Gherkin Keywords

All Gherkin keywords are highlighted using colour and bold font

image-20241001-112014.png
Info

Note that using * (asterisk) character as a step keyword is not supported as it does not improve readability of the examples

User Story Keywords

Panel
bgColor#FFFFFF

...

The commonly used set of user story keywords (As a, I want to, So that) can be entered in the Feature title section like below:

image-20240928-170258.pngImage Modified

Tip - Instead of “So that” you can use “In order to” so that you can start with the why

image-20241001-094117.png

...

Tip - you can omit the 'to’ part in the “I want to“ keyword and in the “As a” keyword you can enter either “As a“ or “As an

image-20241001-094308.png

Simple Step Parameters

Panel
bgColor#FFFFFF

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

image-20241001-094952.png

Scenario Outline Parameters

...

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

image-20241001-130806.png

Doc String Step Parameters

Doc String Step Parameters
Panel
bgColor#E6FCFF
#FFFFFF

Doc strings are highlighted in purple colour

image-20241001-110332.pngImage Modified

Tip - you can also use 'backtick' characters instead of quotes if required

image-20241001-110539.png

...