Versions Compared

Key

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

...

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

Scenario Outline Parameters
Panel
bgColor#FFFFFF

<> delimited step parameters which are used as part of Scenario Template or Scenario Outline are highlighted automatically in orange

image-20241001-130625.pngImage Modified

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-103955.pngImage Removed

image-20241001-130806.pngImage Added

Panel
bgColor#E6FCFF

Doc String Step Parameters

Doc strings are highlighted in purple colour

...

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

image-20241001-110539.png

...