mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28:06 +00:00
Create e2e tests package
This commit is contained in:
14
test/e2e/e2e_suite_test.go
Normal file
14
test/e2e/e2e_suite_test.go
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
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")
|
||||||
|
}
|
1
test/e2e/e2e_test.go
Normal file
1
test/e2e/e2e_test.go
Normal file
@@ -0,0 +1 @@
|
|||||||
|
package e2e
|
Reference in New Issue
Block a user