By using PrintGoTestReport() you get exatly the format, that is also used by go-test. This makes it easier to display the frisby response in jenkins for example.
This example works well, if you were using the PrintGoTestReport func:
_go run main.go | go-junit-report -set-exit-code > testreport.xml
By using PrintGoTestReport() you get exatly the format, that is also used by go-test. This makes it easier to display the frisby response in jenkins for example.
This example works well, if you were using the PrintGoTestReport func: _go run main.go | go-junit-report -set-exit-code > testreport.xml