IdeaGinkgo / Intellij-Ginkgo

Idea plugin for running and viewing ginkgo tests
GNU General Public License v3.0
33 stars 12 forks source link

Intellij-Ginkgo

Build Version Downloads

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.

Requirements:

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.

Features:

ScreenShots

Overview RunDialog

Help me?

I am looking for help in general, but some specific topics include:

Installation


Plugin based on the IntelliJ Platform Plugin Template.