Skip to content
Marten Seemann edited this page Jul 24, 2017 · 20 revisions

Running it on a server

It is necessary to bind it correctly:

go run example/main.go -bind "0.0.0.0:6121"

Running the tests

Watching (recursively):

ginkgo watch -r -skipPackage integrationtests -skipMeasurements

Showing test coverage (of current package):

go test -ginkgo.skipMeasurements -coverprofile=cover.out && go tool cover -html=cover.out

Running the integration tests with logging enabled (in the integrationtests directory):

ginkgo -- -logfile=log.txt