ginkgoTestExplorer
ginkgoTestExplorer copied to clipboard
A Ginkgo Test Explorer for VS Code
Ginkgo Test Explorer for VS Code
Welcome!
This VS Code extension offers a set of tools for the Ginkgo Framework.
It is based on two other extensions:
Requirements
Golang
This package requires the Go programming language extension for language support. It also requires you to have golang installed on your machine. To install, follow these instructions
Ginkgo
- Version: 1.15.0 or newer
- The extension does not include the gingko executable. To install, follow these instructions.
Just go get
it:
go get github.com/onsi/ginkgo/ginkgo
go get github.com/onsi/gomega/...
Features
View tests tree
View test file tree
Run/Debug individual test
Run/Debug suite tests
Generate suite coverage
Run all project tests
Generate project coverage
Go to symbol in editor
Command pallete
on Windows or Linux:
- Tap ctrl + shift + p
on MacOS:
- Tap command + shift + p
License
MIT