keikoproj / kubedog

Kubedog is a Godog (cucumber) wrapper with pre-defined step implementations for Kubernetes/AWS
Apache License 2.0
15 stars 14 forks source link

E2E Functional Test #91

Open garomonegro opened 1 year ago

garomonegro commented 1 year ago

Write an E2E Functional Test to test the functionality of each and every step E2E in a real k8s clusters. For this we would need to get access to a running cluster, we could use IM or UM test clusters. I think we can implement the test by writing a functional test where we call all the steps in a *.feature file and use minimal required resource files in a template directory.

garomonegro commented 1 year ago

We should make this part of the CI