Adds Ginkgo Test Framework integration for Intellij Ultimate and Goland.
This is still in beta but should be usable. Help me make this better, submit any bugs you run into or features you would like to see.
Unfortunately because it relies on the go plugin it is only compatible with IntelliJ IDEA Ultimate and Goland.
Also relies on the Ginkgo CLI as a test executor.
You can install the executor with either:
go get github.com/onsi/ginkgo/v2/ginkgo
or
go install github.com/onsi/ginkgo/v2/ginkgo
depending on your go version. Please refer to the Ginkgo documentation for additional information.
I am looking for help in general, but some specific topics include:
Using IDE built-in plugin system:
Using IDE built-in plugin beta channel system:
https://plugins.jetbrains.com/plugins/beta/list
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.