package e2e import ( "testing" . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" ) // Run e2e tests using the Ginkgo runner. func TestE2E(t *testing.T) { RegisterFailHandler(Fail) RunSpecs(t, "onepassword-operator e2e suite") }