package
0.0.0-20240930150349-0e7b32682016
Repository: https://github.com/redhat-developer/devspaces-interop-tests.git
Documentation: pkg.go.dev

# Functions

NewDetailsReporterFile returns a reporter which will create the file given and dump the specs to it as they complete.
NewDetailsReporterWithWriter returns a reporter which will write the SpecSummary objects as tests complete to the given writer.

# Structs

##############Inspiration to create debug file#########https://github.com/onsi/ginkgo/blob/master/reporters/junit_reporter.go#L70################################# DetailsReporter is a ginkgo reporter which dumps information regarding the tests.