Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding e2e tests using kuttl #6

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Amitk3293
Copy link
Collaborator

@Amitk3293 Amitk3293 commented Aug 23, 2022

Building e2e tests using Kuttl
https://kuttl.dev
The KUbernetes Test TooL (KUTTL) is a toolkit that makes it easy to test Kubernetes Operators, just using YAML.
It provides a way to inject an operator (subject under test) during the TestSuite setup and allows tests to be standard YAML files. Test assertions are often partial YAML documents which assert the state defined is true.
Then it can be added to run using Go code.

@Amitk3293 Amitk3293 requested a review from a team August 23, 2022 10:58
@Amitk3293 Amitk3293 self-assigned this Aug 23, 2022
@Amitk3293 Amitk3293 changed the title adding e2e tests using kuttle adding e2e tests using kuttl Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant