k8up
k8up copied to clipboard
Refactoring e2e test with kubernetes-sigs/e2e-framework
Summary
As developer
I want "Changing e2e test from bash to Golang struct"
So that "This feature integrates the code structure with the test"
Context
I suggest refactoring the e2e test from bash to Golang language. It integrates the test with the code base, and all tests are the same as the code. Also not depend on bash language
On another hand kubernetes-sigs/e2e-framework is one of the suggest project from k8s team for using test
Out of Scope
No response
Further links
- https://github.com/kubernetes-sigs/e2e-framework
- https://medium.com/programming-kubernetes/end-to-end-testing-of-kubernetes-resources-with-the-e2e-framework-ac52e7e58db8
Acceptance Criteria
No response
Implementation Ideas
If it is okay, I prefer to spend time refactoring all e2e test to this format