Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "reset-failure", Short: "Add an empty Failure entry to the junit report", Long: `Add an empty Failure entry to the junit report`, Example: `junit-report reset-failure --path /logs/artifacts/junit_report.xml`, Args: cobra.ExactArgs(0), RunE: func(cmd *cobra.Command, _ []string) error { cmd.SilenceUsage = true return ResetFailure(reportFile) }, }
Cmd is the Cobra object representing the junit-report reset-failure command
Functions ¶
func ResetFailure ¶
ResetFailure adds a Failure entry to the report.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.