Documentation ¶
Overview ¶
Package reporters implements gingo Reporter for Azure App Insights
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAzureAppInsightsReporter ¶
func NewAzureAppInsightsReporter(c appinsights.TelemetryClient) ginkgo.Reporter
NewAzureAppInsightsReporter returns reporter for Azure App Insights. It will send all the output from it to the AppInsights with test suite tag.
Types ¶
type Capture ¶
func NewCapture ¶
func StartCapture ¶
func StartCapture(fd int, c appinsights.TelemetryClient, done chan struct{}) (*Capture, error)
Click to show internal directories.
Click to hide internal directories.