biloba

package module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 25, 2020 License: MIT Imports: 9 Imported by: 0

README

biloba

Improved test output in GoLand

biloba can help you get improved ginkgo test output in GoLand. To try it out, replace your existing calls to

RunSpecs(t, "My Suite")

with the following...

RunSpecsWithDefaultAndCustomReporters(t, "My Suite", biloba.GoLandReporter())

Outside of GoLand the output will be unchanged. When running tests from GoLand, it will add an additional reporter to help GoLand (via go tool test2json) parse individual ginkgo tests

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultReporters

func DefaultReporters() []ginkgo.Reporter

deprecated: Use ginkgo.RunSpecsWithDefaultAndCustomReporters with GoLandReporter() instead

func GoLandReporter added in v0.2.0

func GoLandReporter() []ginkgo.Reporter

func NewGoTestCompatibleReporter

func NewGoTestCompatibleReporter() *gotestCompatibleReporter

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL