github.com/oam-dev/cluster-gateway@v1.9.0/e2e/e2e.go (about) 1 package e2e 2 3 import ( 4 "testing" 5 6 "github.com/onsi/ginkgo/v2" 7 ) 8 9 func RunE2ETests(t *testing.T) { 10 ginkgo.RunSpecs(t, "ClusterGateway e2e suite") 11 }