k8up-io / k8up

Kubernetes and OpenShift Backup Operator
https://k8up.io/
Apache License 2.0
601 stars 62 forks source link

Refactoring e2e test with kubernetes-sigs/e2e-framework #950

Open poyaz opened 3 months ago

poyaz commented 3 months ago

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

Acceptance Criteria

No response

Implementation Ideas

If it is okay, I prefer to spend time refactoring all e2e test to this format