-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Home
Marten Seemann edited this page Jul 24, 2017
·
20 revisions
It is necessary to bind it correctly:
go run example/main.go -bind "0.0.0.0:6121"
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