Skip to content

RobertoPegoraro/cucumber-snippets-highlight-english

Repository files navigation

Cucumber Snippets and Highlight in English for Sublime Text 3


Snippets:

####scenario:

Featue: xxxxx.

Scenario: xxxxx.
Given xxxxx.
When xxxxx.
 And xxxxx.
Then xxxxx.

####outline:

Feature: xxxxx.
Scenario Outline: xxxxx.

Given xxxxx.
When xxxxx.
  And xxxxx.
Then xxxxx.

Examples:
| column1 | column2 |
| xxxxx   | xxxxx   |
| xxxxx   | xxxxx   |
| xxxxx   | xxxxx   |

Highlight

Key words:

* Feature
* Scenario Outline
* Scenario
* Given
* When
* Then
* And
* Or
* But
* Examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published