Ginkgo Test Explorer for VS Code
[![GitHub tag](https://img.shields.io/github/release/joselitofilho/ginkgoTestExplorer?include_prereleases=&sort=semver&color=2ea44f&style=for-the-badge)](https://github.com/joselitofilho/ginkgoTestExplorer/releases/)
[![Slack chat](https://img.shields.io/static/v1?logo=slack&style=for-the-badge&label=slack&color=2ea44f&message=gophers)](https://app.slack.com/client/T029RQSE6/C06TMUDMC5B)
[![BuyMeACoffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/joselitofilho)
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:
on MacOS:
License
MIT