module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 10, 2022
License: MIT
Opens a new window with license information.
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
¶
Package reporter provides Ginkgo custom reporter for Codewars.
|
Package reporter provides Ginkgo custom reporter for Codewars. |
Click to show internal directories.
Click to hide internal directories.