Skip to content

Commit

Permalink
docs: document vs-code extension (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedhyw authored Sep 16, 2023
1 parent ca39136 commit d37c9e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,18 @@ cp ./bin/gherkingen /usr/local/bin
chmod +x /usr/local/bin
```

## Visual Studio Code extension

The extension for VS-Code that helps to generate Behaviour Driven Development (BDD) boilerplate Golang tests. It uses docker to run `gherkingen`.

https://marketplace.visualstudio.com/items?itemName=hedhyw.golang-gherkingen&ssr=false#overview

Launch VS Code Quick Open (Ctrl+P or Cmd+P), paste the following command, and press enter: `ext install hedhyw.golang-gherkingen`.

Usage of the extension (in any .feature file):
- Open the command palette (Ctrl+Shift+P or Cmd+Shift+P) and search for "Go: Generate BDD Golang test".
- Or, click the button "Generate BDD Golang test" in the editor's menu.

# Usage
## Simple usage

Expand Down

0 comments on commit d37c9e5

Please sign in to comment.