ginkgo

module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2022 License: MIT

README

Codewars Ginkgo Reporter

Custom reporter for Ginkgo testing framework.

Usage

package example_test

import (
	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"
	"testing"
	"github.com/Codewars/ginkgo/reporter"
)

func TestExample(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecsWithCustomReporters(t, "Example Test", []Reporter{reporter.New()})
}

Directories

Path Synopsis
Package reporter provides Ginkgo custom reporter for Codewars.
Package reporter provides Ginkgo custom reporter for Codewars.

Jump to

Keyboard shortcuts

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