Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotSupported = errors.New("test not supported by this SDK")
)
View Source
var ( SDKs = []SDKMeta{ { Name: "web5-js", Repo: "cyware/web5-js", ArtifactName: "junit-results", FeatureRegex: regexp.MustCompile(`Web5TestVectors(\w+)`), VectorRegex: regexp.MustCompile(`\w+ \w+ (\w+)`), VectorPath: "test-vectors", }, { Name: "web5-kt", Repo: "cyware/web5-kt", ArtifactName: "test-results", FeatureRegex: regexp.MustCompile(`web5\.sdk\.\w+.Web5TestVectors(\w+)`), VectorRegex: regexp.MustCompile(`(\w+)\(\)`), VectorPath: "test-vectors", }, } )
Functions ¶
func CleanupGitAuth ¶
func CleanupGitAuth() error
func ConfigureGitAuth ¶
func ConfigureGitAuth() error
Types ¶
type Report ¶
func GetAllReports ¶
type Result ¶
func (Result) GetEmojiAriaLabel ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.