Documentation ¶
Overview ¶
package e2e defines files and directories found in the e2e plugin results.
Index ¶
Constants ¶
View Source
const ( // ResultsDirectory is the directory where the results will be found ResultsSubdirectory = "e2e/results/global/" // LegacyResultsSubdirectory was the directory where e2e results were found before // the global folder was added. LegacyResultsSubdirectory = "e2e/results/" // JUnitResultsFile is the name of the file which e2e tests emit. JUnitResultsFile = "junit_01.xml" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.