solo-io / go-utils

golang utilities
Apache License 2.0
111 stars 19 forks source link

Testspace #444

Closed kdorosh closed 3 years ago

kdorosh commented 3 years ago

seeing if results get uploaded to https://solo-io.testspace.com/projects#project-66350

Goland replace regex:

search: RunSpecs(t, \"(\w+) (\w+)\") replace: junitReporter := reporters.NewJUnitReporter("junit.xml") RunSpecsWithDefaultAndCustomReporters(t, "$1 $2", []Reporter{junitReporter})