hofstadter-io / frisby

API testing framework inspired by frisby-js
MIT License
278 stars 27 forks source link

New functions PrintGoTestReport() and PauseTest() added #25

Closed mkaerger closed 7 years ago

mkaerger commented 7 years ago

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

verdverm commented 7 years ago

lgtm