Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Gherkin Keywords
Panel | ||||
---|---|---|---|---|
| Gherkin Keywords||||
All Gherkin keywords are highlighted using colour and bold font | ||||
Note |
---|
No '*' Note that using * (asterisk character) character as a step keyword is not supported as it does not improve readability of the examples |
User Story Keywords
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: |
...
Info |
---|
In order to Instead of “So that” you can use |
...
“In order |
...
to” so that you can start with the why |
Info |
---|
...
User story keywords don’t need to be at the start of the line and you can use either lower or upper case as needed |
...
Info |
---|
The 'to’ part in the “I want to“ keyword can be omitted and in the “As a” keyword you can enter either “As a“ or “As an” |
Simple Step Parameters
Panel | ||
---|---|---|
| ||
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 |
Panel | ||
---|---|---|
| ||
<> delimited step parameters which are used as part of Scenario Template or Scenario Outline are highlighted automatically in orange |
...
Info |
---|
Use autocomplete 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 |
...
Info |
---|
Scenario outline parameters are also supported inside tabular step parameters |
Doc String Step Parameters
Panel | ||
---|---|---|
| ||
Doc strings are highlighted in purple colour |
...
Info |
---|
Backticks ``` The use of backtick characters instead of quotes |
...
is supported |
...
XML Step Parameters
Panel | ||
---|---|---|
| ||
If you enter 'xml' after the opening |
...
characters of a |
...
doc strings parameter then any XML that you enter before the closing |
...
doc strings characters is automatically syntax highlighted |
...
...
Tags
Panel | ||
---|---|---|
| ||
Tags are highlighted in grey colour |
Comments
Panel | ||
---|---|---|
| ||
Comments are highlighted in grey colour |
Info |
---|
Fold comments Comments spanning several lines can be conveniently folded using fold/unfold gutter icons |
Questions & Answers
Panel | ||
---|---|---|
| ||
A comment prefix character '#' is used followed by ‘Q:' or 'A:’ to highlight questions and answers respectively. Or the more elaborate version: “Question:“ and “Answer:” |
Info |
---|
Tip - you can turn off the showing of gutter icons on the left via an editor menu option shown below |