Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>generate cucumber step definitionsNew to Visual Studio Code? Get it now.
generate cucumber step definitions

generate cucumber step definitions

yon-cuadrado

|
3,618 installs
| (0) | Free
Generates the cucumber step definitions for the selected scenario lines
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

generate-cucumber-steps README

This extension allows to generate automatically the step definitions of the gherkin steps of a feature and copy them to the clipboard.

Features

It provides an easy way to generate the step definition functions of a gherkin feature.

How it works

To generate the step definition functions is only necessary to select the lines of the feature for which you want to generate them and press the keyboard shortcut: Ctrl + Shift + c. Once the functions are generated they are copied to the clipboard.

Extension Settings

  • generate-cucumber-steps.stepFunctionType: it defines the format of the step functions that are going to be created:
      • arrow function
      • function expression

Release Notes

0.0.1

Initial release of generate-cucumber-steps

0.0.2

Fixed error in command

0.0.3

Added missing arrow

0.0.4

Removed duplicated results

0.0.5

Fixed a problem with empty parameters

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft