go-bdd / vscode-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-extension

VSCode Extension for go-bdd

Used an Empty VSCode Extension with Tests sample from https://github.com/microsoft/vscode-extension-samples/tree/master/helloworld-test-sample.

Key Features

This extension will help you with managing:

  • feature files
  • steps
  • source code (under test)

Roadmap:

Running the Sample

  • Run npm install in terminal to install dependencies
  • Run the Run Extension Tests target in the Debug View. This will:
    • Start a task npm: watch to compile the code
    • Run the extension integration test in a new VS Code window

CI/CD

We use GitHub Actions for CI/CD.

See Publishing Extensions for more information.

Technology Used

  • npm
  • node
  • VSCode
  • TypeScript
  • GitHub Actions

About


Languages

Language:TypeScript 100.0%