sf-operator test suite¶
Usage¶
From the project root:
-
Run the tests:
-
Run a specific test:
-
List the available tests:
-
Delete test resources (might be necessary when test breaks the deployment):
Contribute¶
Tests are written using: - https://onsi.github.io/ginkgo/#spec-subjects-it - https://onsi.github.io/gomega/#working-with-strings-json-and-yaml
The test library and entrypoint is defined in the main_test.go package.