testEnv.Finish has a number of steps which are not required and flood the terminal with extra information which make it harder to view test results.
Steps such as removing the namespaces, CRDS etc are not required if the kind cluster is being removed. These could be reasonable when testing against a persistent cluster instead of an ephemeral one such as Kind.
I'm happy to work on this issue
testEnv.Finish has a number of steps which are not required and flood the terminal with extra information which make it harder to view test results.
Steps such as removing the namespaces, CRDS etc are not required if the kind cluster is being removed. These could be reasonable when testing against a persistent cluster instead of an ephemeral one such as Kind.
I'm happy to work on this issue