Files
onepassword-operator/test/e2e/e2e_suite_test.go
2025-08-21 16:02:04 -05:00

15 lines
243 B
Go

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")
}