A Visual Studio Code extension for Cucumber projects that:
.feature
files;Gherkin
scenarios faster.The syntax highlight is applied automatically to .feature
files. If that doesn't happen, you can open the Command Pallete, type Change Language Mode and select the Gherkin
.
To use snippets you just need to type the prefix and press Tab
. These are the snippets we provide:
fea
- Featuresc
- Scenario headingsce
- Scenariosco
- Scenario Outlinesteps
- Multiline stepsgiv
- Given stepwhe
- When stepthe
- Then stepGiven you have Visual Studio Code installed:
Ctrl-Shift-P
(Windows, Linux) or Cmd-Shift-P
(macOS).Feature requests or issue reports should be done here.
Feel free to help us improve this extension with pull requests at our official repository.
👏 Our big thanks to our contributors and to other libraries and resources we used to develop this extension 👏