# README
E2E tests
Prerequisites
Make sure you have ginkgo installed on your local machine:
go get github.com/onsi/ginkgo/ginkgo
Run all E2E test
# Install ginkgo and run in this directory
go test -v -ginkgo.v -timeout 3600s
Make sure you have ginkgo installed on your local machine:
go get github.com/onsi/ginkgo/ginkgo
# Install ginkgo and run in this directory
go test -v -ginkgo.v -timeout 3600s