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.
This extension will help you with managing:
- feature files
- steps
- source code (under test)
Roadmap:
- 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
- Start a task
We use GitHub Actions for CI/CD.
See Publishing Extensions for more information.
- npm
- node
- VSCode
- TypeScript
- GitHub Actions