# 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.