Documentation ¶
Index ¶
- func NewCapturedOutputEnricher(reporters ...ginkgo.Reporter) *capturedOutputEnricher
- type KubernetesReporter
- func (r *KubernetesReporter) AfterSuiteDidRun(setupSummary *types.SetupSummary)
- func (r *KubernetesReporter) Cleanup()
- func (r *KubernetesReporter) DumpAllNamespaces(duration time.Duration)
- func (r *KubernetesReporter) DumpTestNamespaces(duration time.Duration)
- func (r *KubernetesReporter) JustAfterEach(specReport types.SpecReport)
- func (r *KubernetesReporter) JustBeforeEach(specReport types.SpecReport)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCapturedOutputEnricher ¶ added in v0.40.0
func NewCapturedOutputEnricher(reporters ...ginkgo.Reporter) *capturedOutputEnricher
NewCapturedOutputEnricher captures additional interesting cluster info and adds it to the captured output to enrich existing reporters, like the junit reporter, with additional data.
Types ¶
type KubernetesReporter ¶
type KubernetesReporter struct {
// contains filtered or unexported fields
}
func NewKubernetesReporter ¶
func NewKubernetesReporter(artifactsDir string, maxFailures int) *KubernetesReporter
func (*KubernetesReporter) AfterSuiteDidRun ¶
func (r *KubernetesReporter) AfterSuiteDidRun(setupSummary *types.SetupSummary)
func (*KubernetesReporter) Cleanup ¶ added in v0.22.0
func (r *KubernetesReporter) Cleanup()
Cleanup cleans up the current content of the artifactsDir
func (*KubernetesReporter) DumpAllNamespaces ¶ added in v0.45.0
func (r *KubernetesReporter) DumpAllNamespaces(duration time.Duration)
func (*KubernetesReporter) DumpTestNamespaces ¶ added in v0.45.0
func (r *KubernetesReporter) DumpTestNamespaces(duration time.Duration)
func (*KubernetesReporter) JustAfterEach ¶ added in v0.46.0
func (r *KubernetesReporter) JustAfterEach(specReport types.SpecReport)
func (*KubernetesReporter) JustBeforeEach ¶ added in v0.52.0
func (r *KubernetesReporter) JustBeforeEach(specReport types.SpecReport)
Click to show internal directories.
Click to hide internal directories.